Joearrowsmith's Stars
google-research/tuning_playbook
A playbook for systematically maximizing the performance of deep learning models.
eugeneyan/applied-ml
📚 Papers & tech blogs by companies sharing their work on data science & machine learning in production.
d2l-ai/d2l-en
Interactive deep learning book with multi-framework code, math, and discussions. Adopted at 500 universities from 70 countries including Stanford, MIT, Harvard, and Cambridge.
mlflow/mlflow
Open source platform for the machine learning lifecycle
microsoft/qlib
Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and create value using AI technologies in quantitative investment, from exploring ideas to implementing productions. Qlib supports diverse machine learning modeling paradigms. including supervised learning, market dynamics modeling, and RL.
google-deepmind/deepmind-research
This repository contains implementations and illustrative code to accompany DeepMind publications
facebookresearch/hydra
Hydra is a framework for elegantly configuring complex applications
MIC-DKFZ/nnUNet
vwxyzjn/cleanrl
High-quality single file implementation of Deep Reinforcement Learning algorithms with research-friendly features (PPO, DQN, C51, DDPG, TD3, SAC, PPG)
chrisconlan/algorithmic-trading-with-python
Source code for Algorithmic Trading with Python (2020) by Chris Conlan
rentruewang/koila
Prevent PyTorch's `CUDA error: out of memory` in just 1 line of code.
PacktPublishing/Machine-Learning-for-Algorithmic-Trading-Second-Edition_Original
Machine Learning for Algorithmic Trading, Second Edition - published by Packt
dwcoder/QuantitativePrimer
An Interview Primer for Quantitative Finance
tensorflow/decision-forests
A collection of state-of-the-art algorithms for the training, serving and interpretation of Decision Forest models in Keras.
google-research/sam
google/yggdrasil-decision-forests
A library to train, evaluate, interpret, and productionize decision forest models such as Random Forest and Gradient Boosted Decision Trees.
zslucky/algorithmic_trading_book
2 books and related source codes for algorithmic trading.
Lux-AI-Challenge/Lux-Design-S2
Repository for the Lux AI Challenge, season 2 (NeurIPS 23). Hosted on @kaggle
PythonCharmers/QuantFinance
Top training materials in quantitative finance
iosband/ts_tutorial
uchidalab/time_series_augmentation
An example of time series augmentation methods with Keras
loeweX/Greedy_InfoMax
Code for the paper: Putting An End to End-to-End: Gradient-Isolated Learning of Representations
loeweX/Forward-Forward
Reimplementation of Geoffrey Hinton's Forward-Forward Algorithm
AlxndrMlk/causality
Notes, exercises and other materials related to causal inference, causal discovery and causal ML.
sustainable-processes/ORDerly
Chemical reaction data & benchmarks. Extraction and cleaning of data from Open Reaction Database (ORD)
jambo6/generalised-signature-method
Code for: "A Generalised Signature Method for Time Series"
mozilla/snakepit
Machine learning job scheduler
loeweX/ComplexAutoEncoder
Code for the paper: Complex-Valued Autoencoders for Object Discovery
ayulockin/DataAugmentationTF
Implementation of modern data augmentation techniques in TensorFlow 2.x to be used in your training pipeline.
jjccero/DvD_TD3
The implementation of DvD-TD3.