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)
python3andtensorflow, sklearn, numpy, pandas, matplotlibpip install FinMind