AIAny
Icon for item

Machine Learning cheatsheets for Stanford's CS 229

Condenses Stanford's CS 229 into one-page visual cheatsheets spanning supervised, unsupervised, and deep learning, plus probability and linear-algebra refreshers. Available in 10+ languages, with all topics merged into one Super VIP PDF.

Introduction

Most people meet CS 229 as a firehose: twenty lectures, hundreds of slides, and notation that drifts as the course goes. These cheatsheets exist because revision, not first exposure, is where that firehose hurts — they compress the entire syllabus onto a handful of densely illustrated pages built for the night before an exam or interview.

The underlying bet is that machine learning has a surprisingly small core of recurring objects — loss functions, gradients, decision boundaries, probability distributions — and once you see them laid out side by side, links between methods that twenty separate lectures keep hidden become obvious at a glance.

What Sets It Apart
  • Diagram-led, not text-led: each method is anchored to a figure — a margin, a cluster, a gradient step — so you recall the picture under pressure instead of re-deriving the algebra.
  • One consolidated artifact: the "Super VIP" cheatsheet stitches supervised, unsupervised, deep learning, and the math refreshers into a single PDF you can review end to end.
  • Genuinely multilingual: community translations into 10+ languages keep the same layout, making it a shared reference far beyond one campus.
  • Part of a series: the same authors give CS 230 (deep learning) and CS 221 (AI) the identical treatment, so the visual vocabulary carries across courses.
Great Fit / Look Elsewhere

Great fit if you have studied the material once and want a high-density refresher before an exam or ML interview, or a fast lookup for a half-remembered method like EM, SVM kernels, or backprop. Look elsewhere if you are starting from zero — the sheets assume prior exposure and trade explanation for compression. They are also pure theory and intuition: there is no code, so pair them with a hands-on course if implementation is your goal.

Information

  • Websitegithub.com
  • OrganizationsStanford University, Ecole Centrale Paris
  • AuthorsAfshine Amidi, Shervine Amidi
  • Published date2018/08/04

More Items

GitHub

A 12-week, 24-lesson beginner-friendly AI curriculum with executable Jupyter notebooks, quizzes and labs that teach neural networks, computer vision, NLP, generative models and ethics using PyTorch and TensorFlow examples.

Frames AI research as a trainable practice of reading, building, debugging, and fast feedback. The essay is most useful for researchers learning how to avoid hype-chasing, benchmark tunnel vision, and agent-induced blind spots.

Career advice for ML researchers from the creator of TRPO and PPO: how to pick problems worth solving, why goal-driven beats idea-driven research, and the daily notebook-and-review habit that compounds small experiments into breakthroughs.