lilianweng / stock-rnn

Predict stock market prices using RNN model with multilayer LSTM cells + optional multi-stock embeddings.
https://lilianweng.github.io/lil-log
1.72k stars 656 forks source link

Link to Image in Blog #2 is Broken #10

Closed haimivan closed 6 years ago

haimivan commented 6 years ago

For the referring blog post number 2 : https://lilianweng.github.io/lil-log/2017/07/22/predict-stock-prices-using-RNN-part-2.html#price-prediction the png picture with the following url is not displayed:

/lil-log/assets/images/rnn_embedding_result.png (Xpath: /html/body/main/div/article/div[1]/p[34]/img )

Text before broken link: _With a small input_size, the model does not need to worry about the long-term growth curve. Once we increase inputsize, the prediction would be much harder.

lilianweng commented 6 years ago

Just updated!

haimivan commented 6 years ago

thanks