AI Foundations
Understand what AI is, how systems learn, where they fail, and how to judge claims without hype.
Free AI library
84 plain-English guides, structured learning paths, and an open library — built by an independent 501(c)(3) nonprofit so anyone can understand modern AI.
Start here
Each course includes explicit outcomes, mapped competencies, practice activities, and an applied capstone.
Understand what AI is, how systems learn, where they fail, and how to judge claims without hype.
Use AI productively while protecting privacy, checking outputs, and preserving human accountability.
Evaluate workplace use cases, run safe pilots, measure value, and communicate changes responsibly.
Analyze AI systems through rights, equity, governance, safety, and public-interest outcomes.
Understand language models, retrieval, agents, evaluation, cost, and deployment safeguards through practical system design.
Topic tracks
Jump into the area you care about. Every track has multiple plain-English guides.
Full library
84 of 1019 guides shown. Filter by track or search above.
Momentum is a tweak to gradient descent that accumulates a running average of past gradients, letting optimization roll faster through valleys and dampen…
FundamentalsNesterov Accelerated Gradient (NAG) is a smarter form of momentum that peeks ahead before computing the gradient, giving it a corrective look-ahead.
FundamentalsTriplet loss teaches a neural network to place similar items close together and dissimilar items far apart in an embedding space.
FundamentalsLabel smoothing is a simple regularization trick that softens hard one-hot training targets, telling the model the correct answer is very likely but not 100…
FundamentalsLong Short-Term Memory (LSTM) cells are a special kind of recurrent neural network unit built to remember information across long sequences.
FundamentalsK-Means is an unsupervised algorithm that automatically sorts data into K groups by finding cluster centers.
FundamentalsK-Nearest Neighbors (KNN) classifies a new data point by looking at the K closest examples and taking a majority vote.
FundamentalsLogistic 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.
FundamentalsNaive Bayes is a fast, probabilistic classifier built on Bayes' theorem that assumes every feature is independent given the class.
FundamentalsAn ROC curve plots how well a classifier separates two classes across every possible decision threshold, and AUC compresses that whole curve into one number.
FundamentalsA confusion matrix is a simple table that breaks a classifier's predictions into correct and incorrect counts for each class.
FundamentalsThe bias-variance tradeoff explains why a model can fail by being too simple or too complex.
Check what you learned with topic quizzes, then explore our structured courses and current certification requirements. Core guides remain free to read.