• 📚Chapter 3-Siamese Networks

    This module takes you through the journey of sequence models and NER step by step. You’ll start with RNNs and the vanishing gradient problem, then see how LSTMs overcome this limitation and explore their architecture with input, forget, and output gates. From there, you’ll shift to Named Entity Recognition (NER) — first understanding what it is, then learning about data preprocessing for training, and finally discovering how to evaluate models by computing accuracy with masking and prediction.