CSAllenISD / 2023-ISP-FreeCash

Other
0 stars 1 forks source link

Research machine learning models for time series analysis (of stock prices) #7

Open squaredcubed64 opened 1 year ago

squaredcubed64 commented 1 year ago

We should consider RNNs, LSTMs, and Transformer networks.

squaredcubed64 commented 1 year ago

Because we'll have our inputs from social media in a file, we can experiment with different ML models. We should start with an RNN because that will be the easiest to implement.