Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 593 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 593 Bytes

RNN-stock-price-prediction

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)

Requirements

  • python3 and tensorflow, sklearn, numpy, pandas, matplotlib
  • pip install FinMind

Result

one-to-one

many-to-one

many-to-many

many-to-many with all features