
Build a neural network from scratch — no libraries, just pure math and real understanding. The best place to start.
Tokenization, embeddings, attention, and generation — understand exactly how ChatGPT and friends work under the hood.
Hey, I'm Asher Zaczepinski — a 10th grader who got frustrated with traditional coding tutorials. I tried everything. YouTube tutorials. The fancy 3Blue1Brown series. Stanford lectures. Blog posts. Nothing worked. Every explanation either hand-waved the hard parts or drowned me in notation I didn't know.
So I built this platform where each coding concept is broken down with real math and step-by-step explanations so you can build genuine intuition. Whether you're a student, a developer, or just curious, if you want to truly understand what's happening under the hood, you're in the right place.
Every major machine learning concept, built from first principles with real math you can actually follow — from vectors and matrices all the way to transformers, YOLO, and self-driving cars. More courses are on the way.
The language every model is written in.
Vectors, matrices, the dot product, and eigenvectors — the language of machine learning.
Derivatives, the chain rule, partial derivatives, and gradients — the math behind learning.
Distributions, expectation, variance, and Bayes’ theorem — reasoning under uncertainty.
How real machine learning projects actually work.
Types of ML, problem framing, train/test splits, data leakage, EDA, and preprocessing.
Precision, recall, F1, ROC/AUC, cross-validation, and the bias-variance tradeoff.
Encoding, selection, extraction, TF-IDF, time features, and handling imbalance.
Cost functions, the update rule, and learning rates — how models actually learn.
Adam, learning-rate schedules, regularization, MLE/MAP, and generalization theory.
Learning from labeled examples.
Fit a line, measure error with MSE, and predict continuous numbers from features.
The sigmoid, decision boundaries, cross-entropy, and softmax — classifying with probabilities.
Distance metrics, majority voting, and the curse of dimensionality.
Bayes’ rule, the naive independence assumption, and a spam filter built from scratch.
Splits, entropy, information gain, and random forests — learning with yes/no questions.
Margins, support vectors, soft margins, and the kernel trick.
Bagging, gradient boosting, and XGBoost / LightGBM / CatBoost — why many models beat one.
Finding structure and modeling uncertainty.
Centroids, assignment and update steps, and choosing k — grouping unlabeled data.
Variance, covariance, and principal components — compressing data without losing signal.
DBSCAN, GMMs and EM, SVD, t-SNE, UMAP, anomaly detection, and association rules.
Bayesian networks, HMMs, MCMC, and variational inference — modeling hidden structure.
Neural networks and the architectures built on them.
Activations, initialization, vanishing gradients, dropout, and batch/layer norm.
Convolution, filters, feature maps, and pooling — how machines see images.
Hidden state, recurrence, vanishing gradients, and gates — networks with memory.
Autoencoders, VAEs, and diffusion models — compressing and generating data.
Generator vs discriminator, the adversarial game, and mode collapse.
The architecture behind modern AI.
Tokenization, self-attention, multi-head attention, and the full transformer block.
Tokenization, embeddings, attention, and generation — build an LLM from the ground up.
Pretraining, instruction tuning, RLHF, LoRA, RAG, and serving — building real assistants.
Learning to act through trial and error.
Agents, rewards, value functions, and Q-learning — learning from rewards.
MDPs, policy gradients, actor-critic, deep RL, bandits, and offline/multi-agent RL.
The frontier, and how it all ships to production.
Adversarial examples, causal inference, fairness, meta-learning, and graph neural nets.
Bounding boxes, IoU, the YOLO grid, anchors, and non-max suppression.
Sensors, perception, sensor fusion, planning, and control — how autonomous cars drive.
Pipelines, deployment, monitoring, drift, A/B testing, and governance.