Skip to main content

πŸ€– Machine Learning

If you spot any errors, feel free to drop me a note at mjh@teamjaaf.com. 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

Supervised Learning

Learn models trained on labeled data β€” including regression, classification, and sequence prediction.

Unsupervised Learning

Discover clustering, dimensionality reduction, and anomaly detection.

Semi-Supervised Learning

Techniques that leverage small labeled datasets with large unlabeled ones.

Self-Supervised Learning

Learn how modern foundation models pre-train using the data itself as supervision.

Reinforcement Learning (RL)

Agents that learn via trial-and-error, rewards, and penalties.

Online Learning

Train models incrementally as new data arrives.

Ensemble Learning

Boost accuracy with methods like bagging, boosting, and stacking.

Evolutionary Algorithms

Optimization inspired by natural selection, genetic algorithms, and swarm intelligence.

Probabilistic Models

Bayesian networks, Markov models, and statistical inference.

Graph Machine Learning

Learn algorithms for graph-structured data, including GNNs and link prediction.

Meta-Learning

β€œLearning to learn” β€” models that adapt quickly to new tasks.

πŸ—‚ 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.