Skip to content

Commit 4df2a4c

Browse files
vpollo11Oumaimafisaoui
authored andcommitted
Update README.md
1 parent 3d7f9ea commit 4df2a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subjects/ai/sp500-strategies/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Once you'll have run the grid search on the cross validation (choose either Bloc
8484

8585
**The output is a DataFrame or Series with a double index ordered with the probability the stock price for asset `i` increases between d+1 and d+2.**
8686

87-
- (optional): [Train an RNN/LSTM](https://towardsdatascience.com/predicting-stock-price-with-lstm-13af86a74944). This is a nice way to discover and learn about recurrent neural networks. But keep in mind that there are some new neural network architectures that seem to outperform recurrent neural networks. Here is an [interesting article](https://towardsdatascience.com/the-fall-of-rnn-lstm-2d1594c74ce0) about the topic.
87+
- (optional): [Train an RNN/LSTM](https://medium.com/@aditib259/predicting-stock-prices-using-lstms-time-series-forecasting-a-step-by-step-guide-a70ebb04bbb8). This is a nice way to discover and learn about recurrent neural networks. But keep in mind that there are some new neural network architectures that seem to outperform recurrent neural networks. Here is an [interesting article](https://medium.com/data-science/the-fall-of-rnn-lstm-2d1594c74ce0) about the topic.
8888

8989
#### Strategy backtesting
9090

0 commit comments

Comments
 (0)