Skip to main content

πŸ€– Machine Learning

If you spot any errors, feel free to drop me a note at [email protected]. Machine Learning (ML) is the core engine of modern AI systems.
This page is your structured gateway to every major ML paradigm, from beginner-friendly algorithms to specialized and cutting-edge methods.

πŸ“Œ What You’ll Explore


πŸ—‚ ML Types Overview

CategoryDescriptionExample Algorithms
SupervisedLearns from labeled datasets.Linear Regression, SVM, Random Forest, Neural Networks
UnsupervisedFinds hidden patterns in unlabeled data.K-Means, DBSCAN, PCA, t-SNE
Semi-SupervisedMix of labeled and unlabeled data.Semi-Supervised SVM, Ladder Networks
Self-SupervisedGenerates labels from data itself.BERT, SimCLR, BYOL
ReinforcementLearns via interaction & rewards.Q-Learning, PPO, DQN
Online LearningUpdates model with incoming data.Stochastic Gradient Descent, Passive-Aggressive
EnsembleCombines multiple models.Bagging, AdaBoost, XGBoost
EvolutionaryNature-inspired optimization.Genetic Algorithms, Particle Swarm Optimization
ProbabilisticModels uncertainty and inference.Bayesian Networks, HMM
Graph MLWorks with graph-structured data.GCN, GraphSAGE
Meta-LearningFew-shot, adaptable learning.MAML, Reptile

πŸ“š Where to Go Next


Built by Mohammad Jafrin Hossain β€” part of the AI Pathway series.