AI & ML
From embeddings to agents — see how modern AI actually works.
AI & ML progress0 / 15
- What Is Machine LearningLearn the rule from examples instead of writing it.4m
- Training vs InferenceLearn once, slowly. Answer many times, fast.4m
- EmbeddingsMeaning turned into a fixed list of numbers.5m
- Cosine SimilarityCompare direction, ignore magnitude.5m
- TokenizationModels read chunks, not letters or words.5m
- Attention, IntuitivelyEvery position decides which others to listen to.5m
- Transformers: Big PictureA stack of identical blocks refining one sequence.5m
- What Is an LLMA next-token predictor trained on a lot of text.5m
- Temperature and SamplingOne distribution, many possible answers.5m
- Context WindowsA hard limit on what the model can see at once.4m
- Retrieval-Augmented GenerationFetch the facts first, then let the model write.5m
- Vector DatabasesNearest-neighbour search that stays fast at scale.5m
- Fine-Tuning vs PromptingChange the instructions, or change the weights.5m
- Agents and ToolsA model in a loop that can act and try again.5m
- Evaluating LLMsIf you cannot score it, you cannot improve it.5m