All Projects β†’ ankonzoid β†’ Learningx

ankonzoid / Learningx

Licence: mit
Deep & Classical Reinforcement Learning + Machine Learning Examples in Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Learningx

Awesome Monte Carlo Tree Search Papers
A curated list of Monte Carlo tree search papers with implementations.
Stars: ✭ 387 (+60.58%)
Mutual labels:  learning, reinforcement-learning, machine-learning-algorithms, q-learning
Amazon Sagemaker Examples
Example πŸ““ Jupyter notebooks that demonstrate how to build, train, and deploy machine learning models using 🧠 Amazon SageMaker.
Stars: ✭ 6,346 (+2533.2%)
Mutual labels:  learning, reinforcement-learning, deep, examples
Deep Learning Drizzle
Drench yourself in Deep Learning, Reinforcement Learning, Machine Learning, Computer Vision, and NLP by learning from these exciting lectures!!
Stars: ✭ 9,717 (+3931.95%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning, optimization
Papers Literature Ml Dl Rl Ai
Highly cited and useful papers related to machine learning, deep learning, AI, game theory, reinforcement learning
Stars: ✭ 1,341 (+456.43%)
Mutual labels:  data-science, reinforcement-learning, machine-learning-algorithms
Machine learning lectures
Collection of lectures and lab lectures on machine learning and deep learning. Lab practices in Python and TensorFlow.
Stars: ✭ 118 (-51.04%)
Mutual labels:  tutorials, reinforcement-learning, machine-learning-algorithms
Machine Learning From Scratch
Succinct Machine Learning algorithm implementations from scratch in Python, solving real-world problems (Notebooks and Book). Examples of Logistic Regression, Linear Regression, Decision Trees, K-means clustering, Sentiment Analysis, Recommender Systems, Neural Networks and Reinforcement Learning.
Stars: ✭ 42 (-82.57%)
Mutual labels:  data-science, reinforcement-learning, machine-learning-algorithms
Async Deeprl
Playing Atari games with TensorFlow implementation of Asynchronous Deep Q-Learning
Stars: ✭ 44 (-81.74%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning, q-learning
Doom Net Pytorch
Reinforcement learning models in ViZDoom environment
Stars: ✭ 113 (-53.11%)
Mutual labels:  learning, reinforcement-learning, agent
Dissecting Reinforcement Learning
Python code, PDFs and resources for the series of posts on Reinforcement Learning which I published on my personal blog
Stars: ✭ 512 (+112.45%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning, q-learning
2048 Deep Reinforcement Learning
Trained A Convolutional Neural Network To Play 2048 using Deep-Reinforcement Learning
Stars: ✭ 169 (-29.88%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning, q-learning
Accel Brain Code
The purpose of this repository is to make prototypes as case study in the context of proof of concept(PoC) and research and development(R&D) that I have written in my website. The main research topics are Auto-Encoders in relation to the representation learning, the statistical machine learning for energy-based models, adversarial generation networks(GANs), Deep Reinforcement Learning such as Deep Q-Networks, semi-supervised learning, and neural network language model for natural language processing.
Stars: ✭ 166 (-31.12%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning, q-learning
Data Science Free
Free Resources For Data Science created by Shubham Kumar
Stars: ✭ 232 (-3.73%)
Mutual labels:  data-science, reinforcement-learning, q-learning
Pygame Learning Environment
PyGame Learning Environment (PLE) -- Reinforcement Learning Environment in Python.
Stars: ✭ 828 (+243.57%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning, agent
Hands On Reinforcement Learning With Python
Master Reinforcement and Deep Reinforcement Learning using OpenAI Gym and TensorFlow
Stars: ✭ 640 (+165.56%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning, q-learning
Maze
Maze Applied Reinforcement Learning Framework
Stars: ✭ 85 (-64.73%)
Mutual labels:  data-science, reinforcement-learning, optimization
Easy Rl
εΌΊεŒ–ε­¦δΉ δΈ­ζ–‡ζ•™η¨‹οΌŒεœ¨ηΊΏι˜…θ―»εœ°ε€οΌšhttps://datawhalechina.github.io/easy-rl/
Stars: ✭ 3,004 (+1146.47%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning, q-learning
Free Ai Resources
πŸš€ FREE AI Resources - πŸŽ“ Courses, πŸ‘· Jobs, πŸ“ Blogs, πŸ”¬ AI Research, and many more - for everyone!
Stars: ✭ 192 (-20.33%)
Mutual labels:  data-science, reinforcement-learning, machine-learning-algorithms
Reinforcement learning tutorial with demo
Reinforcement Learning Tutorial with Demo: DP (Policy and Value Iteration), Monte Carlo, TD Learning (SARSA, QLearning), Function Approximation, Policy Gradient, DQN, Imitation, Meta Learning, Papers, Courses, etc..
Stars: ✭ 442 (+83.4%)
Mutual labels:  reinforcement-learning, deep-reinforcement-learning, q-learning
Gym Fx
Forex trading simulator environment for OpenAI Gym, observations contain the order status, performance and timeseries loaded from a CSV file containing rates and indicators. Work In Progress
Stars: ✭ 151 (-37.34%)
Mutual labels:  reinforcement-learning, q-learning, agent
100 Days Of Ml Code
A day to day plan for this challenge. Covers both theoritical and practical aspects
Stars: ✭ 172 (-28.63%)
Mutual labels:  data-science, tutorials, machine-learning-algorithms

LearningX Examples and Tutorials

We provide here a suite of Python examples that walk you through concepts in:

  • Classical & Deep Reinforcement Learning

  • Basic & Advanced Machine Learning

Usage of the examples is simple: just run the main file for each project. Each project example contains its own README.md file discussing the theory and applications.

Classical Reinforcement Learning

The Multi-Armed Bandit Problem

Q-Learning in GridWorld

Optimal Blackjack Strategy

Deep Reinforcement Learning

Balancing Cartpole Beam on OpenAI gym

Playing Pong from pixels on OpenAI gym

Basic Machine Learning

Classification

  • Decision Tree, K-Nearest Neighbours, Logistic Regression (Gradient Descent)

Regression

  • Linear Regression (Gradient Descent / Stochastic Gradient Descent)

Unsupervised Learning

  • K-means Clustering

Advanced Machine Learning

Building Model Trees

Tree Ensembles: Bagging and Boosting

Author

Anson Wong

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].