Deep learning, built from the University of Nebraska CSCE 479/879 course. Where the machine learning section covers learning from data in general, this section is about neural networks with depth, the model class that learns its own representations instead of relying on hand-engineered features. Each note links back to the machine-learning fundamental it stands on. The history of how these models took over is in The Deep Learning Revolution.

Foundations

Vision: convolutional networks

Sequences and representations

Graphs

Generative models

Reinforcement learning

Training deep networks

Reading notes

Connects to

The fundamentals every note here builds on are in Machine Learning. The linear algebra a network runs on is in Linear Algebra Fundamentals, and the governance questions deep learning forced open are in AI Governance. The probabilistic foundations, maximum likelihood, cross-entropy, and variance, are in Statistics, and the systems that make training at scale possible, parallel and distributed computation across GPUs, are in Systems (see processes and threads and distributed consensus).