The goal in this project is to find which model is suitable for forecast in "Jena climate".
The models have Rnn(Lstm), Cnn, Dense
- take probable width 5~50
- train ecah model with width 5~50
- find the max r2_score (the best performance)
- take correspond width to train model
- predict a new data from trainned model.
- append prediction data to our trainning dataset
- take last same length
- back to 1
-
Training
Rnn : 0.966580459961591
Cnn : 0.970434208330225
Dense : 0.975481037086605 -
Test
Rnn : 0.6429095118313762
Cnn : 0.7851424365003093
Dense : 0.682133078239662