The maths you actually need, and what you can skip
Enough intuition to read ML material. Explicitly not a maths degree.
- Vectors, and what they actually represent Read a vector as a point, a direction, and a list of features.
- The dot product, and why similarity is just an angle Explain why two similar things have a large dot product.
- Matrices as transformations See a matrix as something that moves space, not a grid of numbers.
- Mean, variance and distributions Describe a dataset's centre and spread, and read a histogram.
- Probability, intuitively Reason about likelihood and conditional probability without formulas.
- What a derivative actually is Read a derivative as a slope, which is all gradient descent needs.
Ends with a graded checkpoint: 8 questions, pass mark 65%.