Skip to content

Machine learning, artificial intelligence, and data analytics built from scratch.

Notifications You must be signed in to change notification settings

clumsyhandyman/mad-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

mad-from-scratch

This repository is a series of machine learning, artificial intelligence, and data science algorithms built from scratch as a learning experience.

The following algorithms are implemented in Python:

  • Supervised Learning
    • Linear regression
  • Markov Decission Precoss (MDP) and Reinforcement Learning (RL)
    • Basics of MDP (grid world)
    • Policy Iteration
    • Value Iteration
    • Model-based Adaptive Dynamic Programming (ADP)
    • Model-free Monte Carlo (MC)
    • Q-Learning

About

Machine learning, artificial intelligence, and data analytics built from scratch.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages