Free AI library

Learn AI.Free forever.

1019 plain-English guides, structured learning paths, and an open library — built by an independent 501(c)(3) nonprofit so anyone can understand modern AI.

1019Free guides
9Topic tracks
~2 minPer guide
~34hReading time

Start here

Five outcome-based courses

Each course includes explicit outcomes, mapped competencies, practice activities, and an applied capstone.

Topic tracks

Browse by track

Jump into the area you care about. Every track has multiple plain-English guides.

Full library

All guides

1019 of 1019 guides shown. Filter by track or search above.

Technical

Depthwise Separable Convolutions

Depthwise separable convolutions factor a standard convolution into two cheaper steps, slashing the number of multiplications and parameters.

2 min readRead
Technical

Dilated and Atrous Convolutions

Dilated convolutions (also called atrous convolutions) insert gaps between filter weights so a kernel covers a much larger area without adding parameters.

2 min readRead
Technical

Highway Networks and Skip Connections

Skip connections let information jump past layers, and highway networks were an early gated version of this idea.

2 min readRead
Language AI

ELECTRA Pretraining

ELECTRA is a more efficient way to pretrain language models by teaching them to spot fake words instead of guessing hidden ones.

2 min readRead
Language AI

RoBERTa Training Recipe

RoBERTa showed that BERT was significantly undertrained: by tuning the recipe rather than the architecture, it set new benchmark records.

2 min readRead
Language AI

XLNet Permutation Modeling

XLNet blends the bidirectional context of BERT with the autoregressive prediction of GPT by training over random word orderings.

2 min readRead
Technical

Domain Adaptation

Domain adaptation is a set of techniques for making a model trained on one kind of data (the source domain) work well on a different but related kind of data…

2 min readRead
Language AI

Tree of Thoughts

Tree of Thoughts (ToT) is a prompting framework that lets a language model explore multiple reasoning paths in parallel, like branches of a tree, instead…

2 min readRead
Language AI

Self-Consistency Decoding

Self-consistency is a decoding strategy that samples many different reasoning paths from a language model and then picks the answer most of them agree on.

2 min readRead
Fundamentals

K-Means Clustering

K-Means is an unsupervised algorithm that automatically sorts data into K groups by finding cluster centers.

2 min readRead
Fundamentals

K-Nearest Neighbors

K-Nearest Neighbors (KNN) classifies a new data point by looking at the K closest examples and taking a majority vote.

2 min readRead
Fundamentals

Logistic Regression

Logistic regression predicts the probability that something belongs to a class, like spam or not spam, by squashing a weighted sum through an S-shaped curve.

2 min readRead

Finished reading? Prove it.

Check what you learned with topic quizzes, then explore our structured courses and current certification requirements. Core guides remain free to read.