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
Any examples of a deep learning time series binary classification?
Hello!
Im looking for an example of an deep learning time series binary classification. It would greatly help my understanding of the architecture behind them, so if anybody got an example or workflow that they are willing to share it would be much appriciated!
Im looking for an example of an deep learning time series binary classification. It would greatly help my understanding of the architecture behind them, so if anybody got an example or workflow that they are willing to share it would be much appriciated!
0
Best Answer
-
hughesfleming68 Member Posts: 323 Unicorn@Repletion, could you download the value series extension. There are a coupe of tools there that I use to make binomial classification really quick. Then take a look at the attached process.6
Answers
You can go to (in RapidMiner repository) :
Samples -> Deep Learning -> 02 sequential data -> 02 ICU mortality classification
Is it what you are looking for ??
Regards,
Lionel
Also isnt the amount of neurons in the network supposed to be equal to the amount of attributes? Or how does that exactly work (because in my head every neuron is the weights and biases for an attribute).
Regards,
Lionel
Ignore DIA Basics. Its the wrong csv, DIA filtered is the one im working with.
I will study your use case.
But after seeing your process and the description of what you want to perform, maybe you can use the following templates :
04 S&P 500 Regression using Windowing and Convolution
03 gas price change regression
Maybe you can adapt these 2 regression processes into a binary classification process
Regards,
Lionel
https://machinelearningmastery.com/how-to-scale-data-for-long-short-term-memory-networks-in-python/
Don't underestimate the training time advantage.