Topic
Git
Learn Git as a connected topic across chapters, concepts, simulations, and interview reasoning.
10 Concepts7 Articles2h 7m
Overview
Learn Git as a connected topic across chapters, concepts, simulations, and interview reasoning.
How this topic helps
System Design
Ai
Architecture
Deep Learning
Learning Path in this Topic
Series that contain articles from Git. Select a path to filter the article list.
Articles
7 matched articles
Article 5Softmax Function Explained: From Raw Scores to ProbabilitiesTLDR: Softmax converts a vector of raw scores (logits) into a valid probability distribution by exponentiating each value and dividing by the total. Subtracting the max before exponentiating prevents 23 min
Article 6How AI Coding Agents Work: Models, Context, Sessions, and MemoryTLDR: An AI coding agent is an LLM stapled to a tool registry, wrapped in an orchestration loop that painstakingly rebuilds state on every single API call — because the model itself is completely stat34 minPage 1 of 2