The fundamentals of machine learning, built from the University of Nebraska CSCE 479/879 course. This section is the roots. It covers what learning from data means, the paradigms, and the training and evaluation machinery that every model shares, from a linear regression to a deep network. The deep learning section grows out of these ideas, and each note there links back to the fundamental it depends on.

Start here

  • AI vs ML vs DL - the cornerstone: why the three are different kinds of claim, not a difficulty ladder.

The paradigms

The models

Training and evaluation

Connects to

The math these notes lean on lives in Statistics (probability, regression, maximum likelihood, Bayes) and Mathematics (linear algebra). The history of how machine learning went mainstream is in The Deep Learning Revolution.