// The Library

Technical Deep Dives,
& systems logic.

Latest Updates

5. NLP: Attention

A guide on Attention mechanism for seq2seq models.

May 28, 2025 26 min read #NLP

4. NLP: Seq2Seq

A guide on Seq2Seq models that changed machine translation task.

May 19, 2025 8 min read #NLP

3. NLP: Pytorch for NLP

Some tips for working with PyTorch for NLP tasks

May 10, 2025 16 min read #NLP

2. NLP: LSTM & GRU

A guide on LSTM and GRU models and how they overcome limitations of RNNs.

May 08, 2025 5 min read #NLP

1. NLP: Recurrent Neural Networks [RNN]

A guide on the first steps towards modern NLP.

May 04, 2025 13 min read #NLP

8. Computer Vision: Neural Style Transfer

Mini Project performing style transfer from a source image to a target image.

Mar 28, 2025 3 min read #Computer Vision

7. Computer Vision: Instance Segmentation

A small description on Instance Segmentation.

Mar 27, 2025 8 min read #Computer Vision

6. Computer Vision: Object Detection

A detailed description on Object Detection models.

Mar 25, 2025 22 min read #Computer Vision

5. Computer Vision: Semantic Segmentation

A small guide on semantic segmentation of images.

Mar 24, 2025 8 min read #Computer Vision

4. Computer Vision: Fine Tuning Models

A small guide on how to fine-tune pre-trained models.

Mar 22, 2025 3 min read #Computer Vision