Skip to content
This repository was archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
added more deep learning models
Browse files Browse the repository at this point in the history
  • Loading branch information
huseinzol05 committed Aug 13, 2019
1 parent 2fdafe5 commit fa00d35
Show file tree
Hide file tree
Showing 5 changed files with 1,426 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
7. Vanilla
8. Vanilla Bidirectional
9. Vanilla 2-Path
10. LSTM Seq2seq
11. LSTM Bidirectional Seq2seq

#### [Stacking models](stacking)
1. Deep Feed-forward Auto-Encoder Neural Network to reduce dimension + Deep Recurrent Neural Network + ARIMA + Extreme Boosting Gradient Regressor
Expand Down Expand Up @@ -240,6 +242,14 @@ So we will let the model do forecasting based on last 30 days, and we will going

<img src="output/vanilla-2path.png" width="70%" align="">

10. LSTM Seq2seq, 94.9817%

<img src="output/lstm-seq2seq.png" width="70%" align="">

11. LSTM Bidirectional Seq2seq, 94.517%

<img src="output/bidirectional-lstm-seq2seq.png" width="70%" align="">

### Results analysis

1. Outliers study using K-means, SVM, and Gaussian on TESLA stock
Expand Down
Loading

0 comments on commit fa00d35

Please sign in to comment.