AI Foundations
Understand what AI is, how systems learn, where they fail, and how to judge claims without hype.
Free AI library
177 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
177 of 1019 guides shown. Filter by track or search above.
Teacher forcing is a training trick for sequence models where the true previous token, not the model's own guess, is fed in as the next input.
TechnicalExposure bias is the gap that appears when a model trained only on perfect prefixes must, at inference, condition on its own imperfect outputs.
TechnicalFocal loss is a modified loss function that down-weights easy examples so a detector can focus on the hard, rare ones.
TechnicalTest-time augmentation (TTA) runs a trained model on several altered versions of the same input and averages the predictions.
TechnicalNegative sampling and Noise Contrastive Estimation (NCE) are tricks that let models learn over huge vocabularies without computing a costly full softmax.
TechnicalInfoNCE is the contrastive loss that teaches a model to pull matching pairs together and push mismatched pairs apart in embedding space.
TechnicalStochastic Weight Averaging (SWA) takes a simple average of the model's weights from several points late in training instead of just keeping the final…
TechnicalLookahead and Lion are two modern twists on neural-network optimization.
TechnicalMixup and CutMix are data-augmentation methods that create new training examples by blending two images and their labels.
TechnicalHard negative mining picks the most informative, difficult-to-distinguish examples to train on instead of wasting effort on easy ones the model already gets…
TechnicalCapsule networks are a neural architecture that groups neurons into 'capsules' that output vectors encoding both whether a feature exists and its pose…
TechnicalReservoir computing is a clever shortcut for training recurrent networks: leave a large, randomly connected 'reservoir' of neurons fixed and only train…
Check what you learned with topic quizzes, then explore our structured courses and current certification requirements. Core guides remain free to read.