Skip to content

This is where I create random project, mainly with the toy datasets from kaggle so I can just refresh my skills in ML/DL

Notifications You must be signed in to change notification settings

Wayn-Git/CompleteML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Complete Machine Learning

This repository documents my full journey through machine learning.

I focus on understanding each concept from first principles, then explaining it in my own words. I do not rely on LLMs to write code. LLMs are used only for research and conceptual clarity.

The goal is long term mastery, not shortcuts.

What this repository contains.

Foundations Core ideas of machine learning. Problem types. Model workflow. Bias variance intuition.

Math Fundamentals Mathematics required for machine learning. Linear algebra probability and statistics. Implemented from scratch using NumPy to build intuition.

Supervised Learning Exploratory Data Analysis. Regression and classification problems. End to end pipelines. Data preprocessing feature scaling model training evaluation. Each algorithm is explained conceptually before implementation.

Unsupervised Learning Clustering and dimensionality reduction. Concepts and intuition first. Implementations in progress.

Why this repo exists.

To build deep understanding. To create a personal reference. To avoid black box learning. To document learning honestly and clearly.

Status.

Actively maintained. Unsupervised section in progress.

About

This is where I create random project, mainly with the toy datasets from kaggle so I can just refresh my skills in ML/DL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published