About this course
A build-it-yourself refresher: no term-memorizing, no flash cards. In every session an
AI mentor walks you through deriving a gradient, writing a few dozen lines of numpy, and
running a seeded toy experiment — building classic machine learning from the loss function
all the way to random forests and SVMs. You'll manufacture an overfit on purpose and rescue
it, watch a straight decision boundary get bent by the kernel trick, and finally unify every
model you built behind your own mini scikit-learn. The course follows the classic topic
skeleton of the Stanford CS229 notes, but every session is an original hands-on script
written for the online sandbox: formulas typeset, algorithms drawn, hyperparameters
draggable, code actually running — with every experiment seeded so your numbers match the
script exactly. After this course, .fit() is no longer a black box: you've hand-written
the inside of every one.
What you'll learn
- Derive the gradients of MSE and cross-entropy from scratch and hand-write batch gradient descent
- Verify first-hand that iterative and closed-form solutions (normal equation, Newton's method) meet at the same optimum
- Manufacture an overfit on purpose, then rescue it with ridge regularization and cross-validation
- Hand-write kNN, decision trees, random forests, the perceptron and SVMs — and learn the shape and temperament of each decision boundary
- Hand-write k-means, PCA and EM to find structure in unlabeled data
- Unify every model you built behind a fit/predict interface — your own mini scikit-learn
Syllabus
1The Gradient-Descent Family: from Regression to Classification3 sessions
2Overfitting, Regularization & Model Selection3 sessions
3Neighbors & Trees: Classifiers That Don't Draw Lines3 sessions
4Margins & Kernels: from the Perceptron to SVMs0 sessions
Sessions are on the way.
5Unsupervised Learning: Learning Without Labels0 sessions
Sessions are on the way.
6Build Your Own Mini scikit-learn0 sessions
Sessions are on the way.
Same series · 人工智能全透析
AI, End to End
Synthesized from the best material across the web — rebuild the core of AI from scratch, the efficient way.