Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 405 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 405 Bytes

RiceQuant

Investment strategy incorporated by 4 machine learning models including ANN, SVM, Random Forest and Naive Bayesian

  1. ti_estimator: The machine learning algorithm that takes in selected technical indicators as input features and predict the stock or future prices.
  2. lstm : Did some research on lstm model
  3. combination : Finally, try different model and algorithm and compare the result.