jaungiers / LSTM-Neural-Network-for-Time-Series-Prediction

LSTM built using Keras Python package to predict time series steps and sequences. Includes sin wave and stock market data
GNU Affero General Public License v3.0
4.79k stars 1.95k forks source link

strange predictions #70

Closed miltosc closed 4 years ago

miltosc commented 4 years ago

Hello!

I have a big dataset of 6 numbers taking values from 1 to 50. I want to predict such 6 numbers. I put 6 columns , put my csv file at the config file but finally it returns a lot of numbers. The output is mainly negative numbers and numbers up to 10. Not positive numbers up to 50 as expected. Can you please help me what am i doing wrong? Thank you in advance