Using Recurrence Nets with word2vec for stock prices
 - 1 mins  - tags: ML RNNs NLP
I made this in 2022 to teach myself about RNNs & word2vec but since I didn't have a blog then, I didn't see the need to keep data, so I'm rerunning it in 2024 (with some slight modifications) for the blog post.
After reading [1] and [2] back in 2022, I wanted to try out the problem myself extending what lilian did.
Recurrence Models
- what are recurrent models
 - what is an LSTM?
 
word2vec
- how does it work
 
data
- how did you get data