Releases: FelixCodesTech/Long-Term-Stock-Prediction
Releases · FelixCodesTech/Long-Term-Stock-Prediction
v1.1.0
Changes:
- Added TA Lib Indicators as Context (now it's time to experiment what works, what doesn't)
- Added absolute Changes instead of just daily movement. Until now it only was relativized to the previous data point (daily change), now I added the % change since the beginning of the Context Period (change relative to beginning).
- Created new experimenting Notebook to see if giving it more Stock Examples as Rows, to balance the Rows / Columns Ratio, helps it out. Until now: No, probably just makes it worse. I haven't tried giving it a massive amount of rows with relatively small amount of colums yet. That's probably gonna take days.
v1.0.0
The base version. This does not have any market context to it,
just one stock that is fed into the NN.