Skip to content

This is my study repository as I go through the book "Machine Learning: A Probabilistic Perspective." The goal is to understand machine learning and AI algorithms better by coding them up.

Notifications You must be signed in to change notification settings

bendrummond389/ai-ml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning and AI Study Repo 🤖

Hey there! This is my study repository as I go through the book "Machine Learning: A Probabilistic Perspective." The goal is to understand machine learning and AI algorithms better by coding them up.

What's Inside 📦

  • Notes: Summaries and key points from each chapter in Markdown format.
  • Distributions: Code examples of different probability distributions.
    • Written in C++ and maybe some Python.
  • Algorithms: Implementations of ML algorithms like KNN.
    • Primarily in C++ and maybe Python.
  • Models: Implementations of statistical models like Naive Bayes.
    • Also in C++ and possibly Python.

File Structure 🗂

.
├── Notes
│   └── Chapter_1.md
│   └── Chapter_2.md
│   └── ...
├── Distributions
│   ├── Gaussian
│   │   ├── main.cpp
│   │   └── README.md
│   ├── ...
├── Algorithms
│   ├── KNN
│   │   ├── main.cpp
│   │   └── README.md
│   ├── ...
└── Models
    ├── Naive_Bayes
    │   ├── main.cpp
    │   └── README.md
    ├── ...

About

This is my study repository as I go through the book "Machine Learning: A Probabilistic Perspective." The goal is to understand machine learning and AI algorithms better by coding them up.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published