An open API service indexing awesome lists of open source software.

https://github.com/adnaen/machine-learning-notes

A collection of insightful ML notes šŸ¤– from my learning journey , šŸ¤— feel free to explore and learn!
https://github.com/adnaen/machine-learning-notes

learn-machine-learning machine-learning-fundamentals supervised-learning-algorithms

Last synced: about 1 year ago
JSON representation

A collection of insightful ML notes šŸ¤– from my learning journey , šŸ¤— feel free to explore and learn!

Awesome Lists containing this project

README

          

This is a living document where I record my learning journey in machine learning. Contributors are welcome to enhance and expand these notes.

I continuously update this repository as I learn more-currently, I’m at the **Tree Based Models** stage.

## Why These Notes

These notes aim to:

- Simplify complex machine learning concepts.
- Provide a step-by-step learning path for aspiring ML enthusiasts.
- Offer Python code implementations from scratch to build a solid understanding of models and algorithms.

> [!NOTE]
> Pre-requisites:
> Before diving into machine learning, make sure you are familiar with essential data skills like:
>
> - Python
> - Data Analysis
> - Exploratory Data Analysis (EDA)
> - Data Preprocessing

## Learning Path šŸš€

1. [**Grasp the Fundamentals**](./fundamentals/)
2. [**Models**](./models/)
3. [**Model Selection**](./model-selection/)
4. [**Model Optimization**](./optimzation/)
5. [**Evaluation Metrics**](./evaluation-metrics/)