Stars
Approaching (Almost) Any Machine Learning Problem
Long Short-Term Memory Kalman Filters: Recurrent Neural Estimators for Pose Regularization
OpenAI Baselines: high-quality implementations of reinforcement learning algorithms
Implementation of Double Deep Q Networks and Dueling Q Networks using Keras on Space Invaders using OpenAI Gym. Code can be easily generalized to other Atari games.
Machine Learning From Scratch. Bare bones NumPy implementations of machine learning models and algorithms with a focus on accessibility. Aims to cover everything from linear regression to deep lear…