Predict TSMC stock price with Simple RNN
Implement one-to-one, many-to-one, and many-to-many RNN with only one feature (which is Volume
)
and many-to-many RNN with all features (Volume, open, close, max, min)
python3
andtensorflow, sklearn, numpy, pandas, matplotlib
pip install FinMind