Quant Stock Save Abandoned

Stock analysis/prediction model using machine learning

Project README

Quant_stock

Stock analysis/prediction model using machine learning using the impact between different out-of-the-market factors (weather, etc.) and the stock prices.


Architecture Diagram

Models used

There are three ML model that are being implemented:

  • A simple feedforward neural network
  • A recurrent neural network with LSTM (long short term memory)
  • A convolutional neural network

Accuracy measurements

The pipeline implemented is using backtrader to implement backtesting in order to test each individual strategy. In the future, it is worthwhile to try using a genetic algorithm to better figure the accuracy of the model.

Usage

There are three main usages for this project:

run python driver.py -t model_name to train

run python driver.py -b model_name to backtest the model

Open Source Agenda is not affiliated with "Quant Stock" Project. README Source: ltnguyen14/Quant_stock
Stars
165
Open Issues
1
Last Commit
6 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating