Hello,
I wonder to know if there is any solution for classification with LSTM.our course have talked abuot prediction price not classification. please send me some refrences or hints .
Thanks
Hi Amir,
For classification, you can use predict_classes() function instead of predict() function. For the details about the implementation, you can examine the below examples:
Classification of Time Series with LSTM RNN
How to Make Predictions with Keras
Hope this helps
thanks:)