DSA Day 57 ✅
Candy https://t.co/vYqy9jpVGv
Find the Minimum and Maximum Number of Nodes Between Critical Points https://t.co/wfwtV3wrKq
#DSA#LeetCode#JS#Day57
Namaste AI S1Ep6 - the cat sat on the mat because it was tired
How does the model know "it" = cat?
Every token builds a Query (what I need) and a Key (what I offer). "it" wants an animate noun, "cat" offers exactly that. Nobody coded that
#NamasteAI@namastedev_@akshaymarch7
Namaste AI S1Ep5 - How does a model know "king" and "queen" are related?
It never read a dictionary. It just saw them in the same kinds of sentences.
Meaning was never taught, it was positioned - numbers moved till similar usage sat close
#NamasteAI@namastedev_@akshaymarch7
Namaste AI S1Ep4 - LLMs don't read words, they read numbers.
Text becomes tokens, then IDs. That split is learned from data - English gets whole tokens, Hindi gets shredded.
"How are you" = 3 tokens
आप कैसे हैं = ~11
#NamasteAI@namastedev_@akshaymarch7
DSA Day 51 ✅
Smallest Missing Multiple of K https://t.co/7VQdUgpxLP
Best Time to Buy and Sell Stock II https://t.co/8Fq0W2l7uF
Insert Interval https://t.co/EYJkX9zdoa
#DSA#LeetCode#JS#Day51