The Alchemist.
HomeAI EngineeringSubstack
SubscribeLogin
Series Menu
Active SeriesClick to switch
Progress0 / 68
Introduction
Perceptron Ann
Activations
Loss Functions
Optimizers
Regularization
Convolution Neural Network
Long Short Term Memory Network
Advanced
  1. Home
  2. Blog
  3. Deep Learning
  4. Advanced
Back to Deep Learning

~/blog/tutorials/deep-learning

Advanced

Tutorial
Jul 3, 20268 min read
0

Bidirectional RNN — Architecture & Intuition

Every LSTM and GRU covered so far processes a sequence in one direction — left to right, using only what's already been seen. That's the right constraint for ge…

Tutorial
Jul 3, 20268 min read
0

Encoder-Decoder (Seq2Seq) — In-depth Intuition

Every architecture covered so far — classification, tagging, even bidirectional context — assumes there's a natural one-to-one or fixed relationship between inp…

Tutorial
Jul 3, 20268 min read
0

Problems with Encoder-Decoder

The seq2seq architecture from the previous post works — and was a genuine breakthrough for machine translation when it appeared. But it has a specific, well-doc…

Mohammed Vasim

Entrepreneur, AI & Machine Learning Engineer

I design, build, and ship real-world digital products—combining AI, full-stack engineering, and product thinking to turn ideas into scalable, production-ready systems.

Navigation

  • Home
  • AI Engineering
  • Projects
  • About
  • Contact

Stay in the loop

New posts on ML, AI engineering, and building things.

© 2026 Mohammed Vasim. Built with curiosity.