jimfleming's Stars
shap/shap
A game theoretic approach to explain the output of any machine learning model.
tensorflow/tfjs
A WebGL accelerated JavaScript library for training and deploying ML models.
rlabbe/Kalman-and-Bayesian-Filters-in-Python
Kalman Filter book using Jupyter Notebook. Focuses on building intuition and experience, not formal proofs. Includes Kalman filters,extended Kalman filters, unscented Kalman filters, particle filters, and more. All exercises include solutions.
aleju/imgaug
Image augmentation for machine learning experiments.
RelaxedJS/ReLaXed
Create PDF documents using web technologies
NVIDIA/FastPhotoStyle
Style transfer, deep learning, feature transform
tensorflow/tfjs-examples
Examples built with TensorFlow.js
mdbloice/Augmentor
Image augmentation library in Python for machine learning.
google-deepmind/dm_control
Google DeepMind's software stack for physics-based simulation and Reinforcement Learning environments, using MuJoCo.
tensorflow/minigo
An open-source implementation of the AlphaGoZero algorithm
mara/mara-pipelines
A lightweight opinionated ETL framework, halfway between plain scripts and Apache Airflow
psd-tools/psd-tools
Python package for reading Adobe Photoshop PSD files
jupyter-xeus/xeus
Implementation of the Jupyter kernel protocol in C++
MultiAgentLearning/playground
PlayGround: AI Research into Multi-Agent Learning.
snape/RVO2-CS
Optimal Reciprocal Collision Avoidance (C#)
jupyterlab/jupyterlab-toc
Table of Contents extension for JupyterLab
cirocosta/cr
Runs your tasks at maximum concurrency
rameshvarun/NeuralKart
A Real-time Mario Kart 64 AI using ConvNets.
jupyterlab/jupyterlab-latex
JupyterLab extension for live editing of LaTeX documents
jupyterlab/jupyterlab-github
GitHub integration for JupyterLab
google-deepmind/gqn-datasets
Datasets used to train Generative Query Networks (GQNs) in the ‘Neural Scene Representation and Rendering’ paper.
jbradberry/mcts
Board game AI implementations using Monte Carlo Tree Search
MengGuo/RVO_Py_MAS
Python Implementation of Reciprocal Velocity Obstacle for Multi-agent Systems
alexwarstadt/blimp
The Benchmark of Linguistic Minimal Pairs
martius-lab/l4-optimizer
Code for paper "L4: Practical loss-based stepsize adaptation for deep learning"
oarriaga/RBF-Network
Minimal implementation of a radial basis function network.
openai/pachi-py
Python wrappers for Pachi. Contains a modified version of the bleeding-edge Pachi source code.
babylm/evaluation-pipeline-2024
The evaluation pipeline for the 2024 BabyLM Challenge.
sarlinpe/Concrete-Dropout
A clean TensorFlow implementation of Concrete Dropout
stevenschmatz/multi-armed-bandit
A demonstration of some solutions to the multi-armed bandit problem.