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

Commit d14dc8a

Browse files
committed
added attention is all you need
1 parent 6cd242a commit d14dc8a

File tree

3 files changed

+722
-0
lines changed

3 files changed

+722
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
13. GRU Seq2seq
4848
14. GRU Bidirectional Seq2seq
4949
15. GRU Seq2seq VAE
50+
16. Attention-is-all-you-Need
5051

5152
#### [Stacking models](stacking)
5253
1. Deep Feed-forward Auto-Encoder Neural Network to reduce dimension + Deep Recurrent Neural Network + ARIMA + Extreme Boosting Gradient Regressor
@@ -270,6 +271,10 @@ So we will let the model do forecasting based on last 30 days, and we will going
270271

271272
<img src="output/gru-seq2seq-vae.png" width="70%" align="">
272273

274+
16. Attention-is-all-you-Need, 94.2482%
275+
276+
<img src="output/attention-is-all-you-need.png" width="70%" align="">
277+
273278
### Results analysis
274279

275280
1. Outliers study using K-means, SVM, and Gaussian on TESLA stock

0 commit comments

Comments
 (0)