@Alacritic_Super: Want to build a strong mathematical foundation for AI & Machine Learning? Go through a collection of resources to learn…

X AI KOLs Timeline News

Summary

A curated list of books, lectures, and online courses for building a mathematical foundation for AI and machine learning, including popular resources like 'Mathematics for Machine Learning' and Khan Academy courses.

Want to build a strong mathematical foundation for AI & Machine Learning? Go through a collection of resources to learn mathematics for machine learning Books • Mathematics for Machine Learning — https://mml-book.github.io • Algebra, Topology, Differential Calculus, and Optimization Theory — https://cis.upenn.edu/~jean/math-deep.pdf… • Applied Math & Machine Learning Basics (Deep Learning book, Part I) — https://deeplearningbook.org/contents/part_basics.html… • Probabilistic Machine Learning: An Introduction — https://probml.github.io/pml-book/book1.html… • Mathematics for Deep Learning — https://d2l.ai/chapter_appendix-mathematics-for-deep-learning/index.html… • The Mathematical Engineering of Deep Learning — https://deeplearningmath.org • The Elements of Statistical Learning — https://hastie.su.domains/ElemStatLearn/ • Probability Theory: The Logic of Science — https://bayes.wustl.edu/etj/prob/book.pdf… • Information Theory, Inference and Learning Algorithms — https://inference.org.uk/itprnn/book.html… Lectures & Courses • Mathematics for Machine Learning (Linear Algebra) — https://youtube.com/playlist?list=PLiiljHvN6z1_o1ztXTKWPrShrMrBLo5P3… • CS229: Machine Learning — https://youtube.com/playlist?list=PLoROMvodv4rNH7qL6-efu_q2_bPuy0adh… • Khan Academy – Statistics & Probability — https://khanacademy.org/math/statistics-probability… • Khan Academy – Linear Algebra — https://khanacademy.org/math/linear-algebra… • Khan Academy – Calculus — https://khanacademy.org/math/calculus-home… • Linear Algebra Done Right — https://linear.axler.net/LADRvideos.html
Original Article
View Cached Full Text

Cached at: 07/09/26, 05:49 PM

Want to build a strong mathematical foundation for AI & Machine Learning?

Go through a collection of resources to learn mathematics for machine learning

Books • Mathematics for Machine Learning — https://mml-book.github.io • Algebra, Topology, Differential Calculus, and Optimization Theory — https://cis.upenn.edu/~jean/math-deep.pdf… • Applied Math & Machine Learning Basics (Deep Learning book, Part I) — https://deeplearningbook.org/contents/part_basics.html… • Probabilistic Machine Learning: An Introduction — https://probml.github.io/pml-book/book1.html… • Mathematics for Deep Learning — https://d2l.ai/chapter_appendix-mathematics-for-deep-learning/index.html… • The Mathematical Engineering of Deep Learning — https://deeplearningmath.org • The Elements of Statistical Learning — https://hastie.su.domains/ElemStatLearn/ • Probability Theory: The Logic of Science — https://bayes.wustl.edu/etj/prob/book.pdf… • Information Theory, Inference and Learning Algorithms — https://inference.org.uk/itprnn/book.html…

Lectures & Courses • Mathematics for Machine Learning (Linear Algebra) — https://youtube.com/playlist?list=PLiiljHvN6z1_o1ztXTKWPrShrMrBLo5P3… • CS229: Machine Learning — https://youtube.com/playlist?list=PLoROMvodv4rNH7qL6-efu_q2_bPuy0adh… • Khan Academy – Statistics & Probability — https://khanacademy.org/math/statistics-probability… • Khan Academy – Linear Algebra — https://khanacademy.org/math/linear-algebra… • Khan Academy – Calculus — https://khanacademy.org/math/calculus-home… • Linear Algebra Done Right — https://linear.axler.net/LADRvideos.html


Mathematics for Machine Learning

Source: https://mml-book.github.io/ Companion webpage to the book “Mathematics for Machine Learning”. Copyright 2020 by Marc Peter Deisenroth, A. Aldo Faisal, and Cheng Soon Ong. Published by Cambridge University Press.

View the Project on GitHub

Please link to this site usinghttps://mml-book.com.

Twitter:@mpd37,@AnalogAldo,@ChengSoonOng.

book cover

We wrote a book on Mathematics for Machine Learning that motivates people to learn mathematical concepts. The book is not intended to cover advanced machine learning techniques because there are already plenty of books doing this. Instead, we aim to provide the necessary mathematical skills to read those other books.

The book is available atpublished by Cambridge University Press(published April 2020).

We split the book into two parts:

  • Mathematical foundations
  • Example machine learning algorithms that use the mathematical foundations

We aimed to keep this book fairly short, so we don’t cover everything.

We will keepPDFs of this book freely available.

Table of Contents

Part I: Mathematical Foundations

  1. Introduction and Motivation
  2. Linear Algebra
  3. Analytic Geometry
  4. Matrix Decompositions
  5. Vector Calculus
  6. Probability and Distribution
  7. Continuous Optimization

Part II: Central Machine Learning Problems

  1. When Models Meet Data
  2. Linear Regression
  3. Dimensionality Reduction with Principal Component Analysis
  4. Density Estimation with Gaussian Mixture Models
  5. Classification with Support Vector Machines

Report errata and feedback.

Any issues you raise now may not make it into the printed version, but we will keep an updated PDF around (and the errata).

Downloads/Links

Solutions to exercises

Tutorials

External resources

Other people have createdresourcesthat support the material in this book.

Testimonies

‘This book provides great coverage of all the basic mathematical concepts for machine learning. I’m looking forward to sharing it with students, colleagues, and anyone interested in building a solid understanding of the fundamentals.’ Joelle Pineau, McGill University and Facebook

‘The field of machine learning has grown dramatically in recent years, with an increasingly impressive spectrum of successful applications. This comprehensive text covers the key mathematical concepts that underpin modern machine learning, with a focus on linear algebra, calculus, and probability theory. It will prove valuable both as a tutorial for newcomers to the field, and as a reference text for machine learning researchers and engineers.’ Christopher Bishop, Microsoft Research Cambridge

‘This book provides a beautiful exposition of the mathematics underpinning modern machine learning. Highly recommended for anyone wanting a one-stop shop to acquire a deep understanding of machine learning foundations.’ Pieter Abbeel, University of California, Berkeley

‘The book hits the right level of detail for me. Too many of the ML books have a “don’t worry your pretty head about this detail” mentality, or go the other way and overwhelm me with detail. Your book is comprehensive and has a sense of ease and expanse, but it feels like I can get to the application part quickly enough.’ Sriram Srinivasan

Similar Articles