Ever wondered what the T in GPT stands for?Yes — Transformer (Generative Pre-trained Transformer). Let’s start with Why Transformers? Before Transformers, we had Recurrent Neural…
Imagine it is 2016. I want to build a machine translation model that converts English into Tamil. I give it this sentence: The dog chased…
Understanding Vectors What is a vector? vectors are objects which have both length (magnitude) and direction. You can consider it as a directed line segment.…
Spacy Lemmatization. What is Stemming, What is Lemmatization, Lemmatization in SpaCy with code, Stemming Vs Lemmatization in NLTK.
NLTK is suitable for Teching and research. SpaCy is for production usage. Both provides a wide range of NLP features.
