The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

How does deep learning interpret date?

cramsdencramsden Member Posts: 42 Learner III
edited October 2020 in Help
Hi I’m fairly new to all of this and learning as I go. I am using rapidminer go and noticed that I can have date as a variable.  What kind of ways does this get interpreted by the deep learning algorithm?

Does it look for changes in patterns over time and adjust accordingly?  Separate values by month, day of week etc?  All of the above?

Thank you for any help with this

Best Answer

  • MartinLiebigMartinLiebig Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,533 RM Data Scientist
    Solution Accepted
    Go does quite a bit of preprocessing on it. It exports things like DayOfTheWeek and MonthOfTheYear. Those features are then pushed into DL.

    Best,
    Martin
    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany

Answers

  • cramsdencramsden Member Posts: 42 Learner III
    Awesome, is there a list available of all the things it exports? And does it also check if the target column tends to have streaks or things like that since the data can now be ordered by date? Or is that “time series?” (Haven’t gotten that far in my studies yet so I’m not sure exactly what that is, just heard the term)
Sign In or Register to comment.