edfine / deep-quant

Deep learning on company fundamental data for long-term investing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deepquant

Deep learning on company fundamental data for long-term investing

Installation and Setup

Clone repo, setup environment, and install requirements:

git clone https://github.com/euclidjda/deep-quant.git
cd deep-quant
export DEEP_QUANT_ROOT=`pwd`
pip3 install -r requirements.txt

Running the System Test

python scripts/deep_quant.py --config=config/system_test.conf --train=True

or, for python3:

python3 scripts/deep_quant.py --config=config/system_test.conf --train=True

About

Deep learning on company fundamental data for long-term investing

License:MIT License


Languages

Language:Python 85.2%Language:Shell 8.4%Language:Perl 6.5%