Tag: beginners
All the articles with the tag "beginners".
-
Seq2Seq: Teaching Machines to Translate
The encoder-decoder architecture that powered translation before Transformers, the fixed-size bottleneck it created, and the idea that finally fixed it.
-
CNN, RNN, LSTM: The Road to Transformers
The architectures that came before Transformers, the limits they hit, and why each new design was needed to fix the previous one.
-
Bias, Variance, and the Tradeoff Every Model Faces
Why models fail in two opposite ways — being too rigid or too sensitive — and how to find the sweet spot between them.
-
Dropout and Overfitting: Teaching a Network Not to Cheat
What overfitting is, why it happens, and how dropout stops a network from memorising the training data.