├── .ipynb_checkpoints └── singlestock_regresion_(1)-checkpoint.ipynb ├── DataFlow_Suite ├── lstm_exec.py ├── neural_net_exec.py └── rets.pkl ├── LICENSE ├── README.md └── notebooks ├── .ipynb_checkpoints ├── TF-FIN-1-singlestock_regresion-checkpoint.ipynb ├── TF-FIN-2-multistock_regresion-checkpoint.ipynb ├── TF-FIN-3-regression_with_policy_training-checkpoint.ipynb ├── TF-FIN-4-stochastic_gradient_descent-checkpoint.ipynb ├── TF-FIN-5-multi_sampling-checkpoint.ipynb ├── TF-FIN-6-neural_network-checkpoint.ipynb ├── TF-FIN-7-regularization_modular-checkpoint.ipynb ├── Untitled-checkpoint.ipynb └── lstm_(7)-checkpoint.ipynb ├── TF-FIN-1-singlestock_regresion.ipynb ├── TF-FIN-2-multistock_regresion.ipynb ├── TF-FIN-3-regression_with_policy_training.ipynb ├── TF-FIN-4-stochastic_gradient_descent.ipynb ├── TF-FIN-5-multi_sampling.ipynb ├── TF-FIN-6-neural_network.ipynb ├── TF-FIN-7-regularization_modular.ipynb ├── lstm_(7).ipynb ├── policy_net-multisymbol_(july11).ipynb └── test.pkl /.ipynb_checkpoints/singlestock_regresion_(1)-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiamConnell/deep-algotrading/HEAD/.ipynb_checkpoints/singlestock_regresion_(1)-checkpoint.ipynb -------------------------------------------------------------------------------- /DataFlow_Suite/lstm_exec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiamConnell/deep-algotrading/HEAD/DataFlow_Suite/lstm_exec.py -------------------------------------------------------------------------------- /DataFlow_Suite/neural_net_exec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiamConnell/deep-algotrading/HEAD/DataFlow_Suite/neural_net_exec.py -------------------------------------------------------------------------------- /DataFlow_Suite/rets.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiamConnell/deep-algotrading/HEAD/DataFlow_Suite/rets.pkl -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiamConnell/deep-algotrading/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiamConnell/deep-algotrading/HEAD/README.md -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/TF-FIN-1-singlestock_regresion-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiamConnell/deep-algotrading/HEAD/notebooks/.ipynb_checkpoints/TF-FIN-1-singlestock_regresion-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/TF-FIN-2-multistock_regresion-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiamConnell/deep-algotrading/HEAD/notebooks/.ipynb_checkpoints/TF-FIN-2-multistock_regresion-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/TF-FIN-3-regression_with_policy_training-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiamConnell/deep-algotrading/HEAD/notebooks/.ipynb_checkpoints/TF-FIN-3-regression_with_policy_training-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/TF-FIN-4-stochastic_gradient_descent-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiamConnell/deep-algotrading/HEAD/notebooks/.ipynb_checkpoints/TF-FIN-4-stochastic_gradient_descent-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/TF-FIN-5-multi_sampling-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiamConnell/deep-algotrading/HEAD/notebooks/.ipynb_checkpoints/TF-FIN-5-multi_sampling-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/TF-FIN-6-neural_network-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiamConnell/deep-algotrading/HEAD/notebooks/.ipynb_checkpoints/TF-FIN-6-neural_network-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/TF-FIN-7-regularization_modular-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiamConnell/deep-algotrading/HEAD/notebooks/.ipynb_checkpoints/TF-FIN-7-regularization_modular-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/Untitled-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiamConnell/deep-algotrading/HEAD/notebooks/.ipynb_checkpoints/Untitled-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/.ipynb_checkpoints/lstm_(7)-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiamConnell/deep-algotrading/HEAD/notebooks/.ipynb_checkpoints/lstm_(7)-checkpoint.ipynb -------------------------------------------------------------------------------- /notebooks/TF-FIN-1-singlestock_regresion.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiamConnell/deep-algotrading/HEAD/notebooks/TF-FIN-1-singlestock_regresion.ipynb -------------------------------------------------------------------------------- /notebooks/TF-FIN-2-multistock_regresion.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiamConnell/deep-algotrading/HEAD/notebooks/TF-FIN-2-multistock_regresion.ipynb -------------------------------------------------------------------------------- /notebooks/TF-FIN-3-regression_with_policy_training.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiamConnell/deep-algotrading/HEAD/notebooks/TF-FIN-3-regression_with_policy_training.ipynb -------------------------------------------------------------------------------- /notebooks/TF-FIN-4-stochastic_gradient_descent.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiamConnell/deep-algotrading/HEAD/notebooks/TF-FIN-4-stochastic_gradient_descent.ipynb -------------------------------------------------------------------------------- /notebooks/TF-FIN-5-multi_sampling.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiamConnell/deep-algotrading/HEAD/notebooks/TF-FIN-5-multi_sampling.ipynb -------------------------------------------------------------------------------- /notebooks/TF-FIN-6-neural_network.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiamConnell/deep-algotrading/HEAD/notebooks/TF-FIN-6-neural_network.ipynb -------------------------------------------------------------------------------- /notebooks/TF-FIN-7-regularization_modular.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiamConnell/deep-algotrading/HEAD/notebooks/TF-FIN-7-regularization_modular.ipynb -------------------------------------------------------------------------------- /notebooks/lstm_(7).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiamConnell/deep-algotrading/HEAD/notebooks/lstm_(7).ipynb -------------------------------------------------------------------------------- /notebooks/policy_net-multisymbol_(july11).ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiamConnell/deep-algotrading/HEAD/notebooks/policy_net-multisymbol_(july11).ipynb -------------------------------------------------------------------------------- /notebooks/test.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiamConnell/deep-algotrading/HEAD/notebooks/test.pkl --------------------------------------------------------------------------------