JJJerome
A quant researcher working at the intersection of machine learning and high-frequency finance.
Pinned Repositories
abides
ABIDES: Agent-Based Interactive Discrete Event Simulation
academic-page
A beautiful, simple, clean, and responsive Jekyll theme for academics
alpha_avellaneda_stoikov
Phd repo
Deep-Reinforcement-Learning-Hands-On
Hands-on Deep Reinforcement Learning, published by Packt
glassnode-api-python-client
The official Python client library for Glassnode's API – https://docs.glassnode.com
JJJerome.github.io
A web page for Joseph Jerome
machine-learning-for-trading
Code and resources for Machine Learning for Algorithmic Trading, 2nd edition.
mbt_gym
mbt_gym is a module which provides a suite of gym environments for training reinforcement learning (RL) agents to solve model-based high-frequency trading problems such as market-making and optimal execution. The module is set up in an extensible way to allow the combination of different aspects of different models. It supports highly efficient implementations of vectorized environments to allow faster training of RL agents.
ML_Finance_Codes
Machine Learning in Finance: From Theory to Practice Book
rl4mm
A repository for simulating limit order book dynamics from historical data and using it to train a reinforcement learning agent to make markets.
JJJerome's Repositories
JJJerome/mbt_gym
mbt_gym is a module which provides a suite of gym environments for training reinforcement learning (RL) agents to solve model-based high-frequency trading problems such as market-making and optimal execution. The module is set up in an extensible way to allow the combination of different aspects of different models. It supports highly efficient implementations of vectorized environments to allow faster training of RL agents.
JJJerome/rl4mm
A repository for simulating limit order book dynamics from historical data and using it to train a reinforcement learning agent to make markets.
JJJerome/abides
ABIDES: Agent-Based Interactive Discrete Event Simulation
JJJerome/JJJerome.github.io
A web page for Joseph Jerome
JJJerome/machine-learning-for-trading
Code and resources for Machine Learning for Algorithmic Trading, 2nd edition.
JJJerome/ML_Finance_Codes
Machine Learning in Finance: From Theory to Practice Book
JJJerome/academic-page
A beautiful, simple, clean, and responsive Jekyll theme for academics
JJJerome/alpha_avellaneda_stoikov
Phd repo
JJJerome/Deep-Reinforcement-Learning-Hands-On
Hands-on Deep Reinforcement Learning, published by Packt
JJJerome/glassnode-api-python-client
The official Python client library for Glassnode's API – https://docs.glassnode.com
JJJerome/hftbacktest
A high-frequency trading and market-making backtesting tool accounts for limit orders, queue positions, and latencies, utilizing full tick data for trades and order books.
JJJerome/Intro-to-Data-Science-in-Python
Introduction to Data Science in Python / Jupyter
JJJerome/introtodeeplearning
Lab Materials for MIT 6.S191: Introduction to Deep Learning
JJJerome/Machine-Learning-Books-With-Python
Chapter by Chapter notes, exercises and code for a variety of machine learning books using Python
JJJerome/Machine-Learning-by-Andrew-Ng-in-Python
Documenting my python implementation of Andrew Ng's Machine Learning course
JJJerome/odsc_sota
State of the art methods with Tensorflow workshop at ODSC 2020
JJJerome/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers
aka "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 ;)
JJJerome/Python-for-Finance-Cookbook
Python for Finance Cookbook, published by Packt
JJJerome/reinforcement-learning
Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
JJJerome/stochastic
Generate realizations of stochastic processes in python.