-
-
auto-py-to-exe Public
Forked from brentvollebregt/auto-py-to-exeConverts .py to .exe using a simple graphical interface
JavaScript MIT License UpdatedNov 6, 2019 -
dash-goldman-sachs-report-demo Public
Forked from iron0012/dash-goldman-sachs-report-demoView this app live at:
-
tf-quant-finance Public
Forked from google/tf-quant-financeHigh-performance TensorFlow library for quantitative finance.
-
Probabilistic-Programming-and-Bayesian-Methods-for-Hackers Public
Forked from CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackersaka "Bayesian Methods for Hackers": An introduction to Bayesian methods + probabilistic programming with a computation/understanding-first, mathematics-second point of view. All in pure Python ;)
-
findatapy Public
Forked from cuemacro/findatapyPython library to download market data via Bloomberg, Quandl, Yahoo etc.
-
chartpy Public
Forked from cuemacro/chartpyEasy to use Python API wrapper to plot charts with matplotlib, plotly, bokeh and more
Python Apache License 2.0 UpdatedNov 28, 2018 -
finmarketpy Public
Forked from cuemacro/finmarketpyPython library for backtesting trading strategies & analyzing financial markets (formerly pythalesians)
-
dl-imperial-maths Public
Forked from pukkapies/dl-imperial-mathsCode and assignment repository for the Imperial College Mathematics department Deep Learning course
-
QuantLib Public
Forked from lballabio/QuantLibThe QuantLib C++ library
C++ Other UpdatedSep 25, 2018 -
zipline Public
Forked from quantopian/ziplineZipline, a Pythonic Algorithmic Trading Library
Python Apache License 2.0 UpdatedSep 24, 2018 -
deep-learning-with-python-notebooks Public
Forked from fchollet/deep-learning-with-python-notebooksJupyter notebooks for the code samples of the book "Deep Learning with Python"
-
reinforcement-learning Public
Forked from dennybritz/reinforcement-learningImplementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
Jupyter Notebook MIT License UpdatedSep 21, 2018 -
QuantLib-SWIG Public
Forked from lballabio/QuantLib-SWIGThe QuantLib extension modules
Python Other UpdatedSep 18, 2018 -
hello-world Public
This is where I store ideas, resources or share and discuss things with others.
Jupyter Notebook UpdatedSep 11, 2018 -
EliteQuant Public
Forked from EliteQuant/EliteQuantA list of online resources for quantitative modeling, trading, portfolio management
-
keras-rl Public
Forked from keras-rl/keras-rlDeep Reinforcement Learning for Keras.
Python MIT License UpdatedSep 8, 2018 -
GPflow Public
Forked from GPflow/GPflowGaussian processes in TensorFlow
Python Apache License 2.0 UpdatedJul 17, 2018 -
keras-resources Public
Forked from fchollet/keras-resourcesDirectory of tutorials and open-source code repositories for working with Keras, the Python deep learning library
1 UpdatedJul 4, 2018 -
qtrader Public
Forked from filangelos/qtraderReinforcement Learning for Portfolio Management
Jupyter Notebook Apache License 2.0 UpdatedJun 26, 2018 -
winton-kafka-streams Public
Forked from wintoncode/winton-kafka-streamsA Python implementation of Apache Kafka Streams
Python Apache License 2.0 UpdatedJun 5, 2018 -
pysystemtrade Public
Forked from robcarver17/pysystemtradeSystematic Trading in python
-
EliteQuant_Python Public
Forked from qg0/EliteQuant_PythonPython quantitative trading and investment platform; Python3 based multi-threading, concurrent high-frequency trading platform that provides consistent backtest and live trading solutions. It follo…
-
bulbea Public
Forked from achillesrasquinha/bulbea🐗 🐻 Deep Learning based Python Library for Stock Market Prediction and Modelling
-
qstrader Public
Forked from mhallsmoore/qstraderQuantStart.com - Advanced Trading Infrastructure
-
deeplearning-papernotes Public
Forked from dennybritz/deeplearning-papernotesSummaries and notes on Deep Learning research papers
-
time-series-machine-learning Public
Forked from maxim5/time-series-machine-learningMachine learning models for time series analysis
Python Apache License 2.0 UpdatedFeb 10, 2018 -
deep_trader Public
Forked from deependersingla/deep_traderThis project uses reinforcement learning on stock market and agent tries to learn trading. The goal is to check if the agent can learn to read tape. The project is dedicated to hero in life great J…
-
openai-gym-policy-gradient Public
Forked from gabrielgarza/openai-gym-policy-gradientReinforcement Learning using Policy Gradient to solve OpenAI Gym games
Python UpdatedDec 13, 2017 -
Kalman-and-Bayesian-Filters-in-Python Public
Forked from ethanluoyc/Kalman-and-Bayesian-Filters-in-PythonKalman Filter book using Jupyter Notebook. Focuses on building intuition and experience, not formal proofs. Includes Kalman filters,extended Kalman filters, unscented Kalman filters, particle filte…