Topic
Deep Learning
Learn Deep Learning as a connected topic across chapters, concepts, simulations, and interview reasoning.
10 Concepts21 Articles6h 18m
Overview
Learn Deep Learning as a connected topic across chapters, concepts, simulations, and interview reasoning.
How this topic helps
Machine Learning
Ai
Llm
Neural Networks
Learning Path in this Topic
Series that contain articles from Deep Learning. Select a path to filter the article list.
Articles
21 matched articles
Article 1Deep Learning Architectures: CNNs, RNNs, and TransformersTLDR: CNNs, RNNs, and Transformers solve different kinds of pattern problems. CNNs are great for spatial data like images, RNNs handle ordered sequences, and Transformers shine when long-range context13 min
Article 2Neural Networks Explained: From Neurons to Deep LearningTLDR: A neural network is a stack of simple "neurons" that turn raw inputs into predictions by learning the right weights and biases. Training means repeatedly nudging those numbers via back-propagati14 min
Article 3Softmax 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 6Transfer Learning Explained: Standing on the Shoulders of Pretrained ModelsTLDR: You don't need millions of labeled images or months of GPU time to build a great model. Transfer learning lets you borrow a pretrained network's hard-won feature detectors, plug in a new output 28 minPage 1 of 4