Day 22/180π
β Solved LeetCode POTD.
β Wrote my first Hashnode blog!
Decided to start at the beginning. Today's post is all about me, my future goals, and why Iβm documenting this journey.
Here is the breakdown of QKV in self-attention: π§
π Query (Q): The question. "What am I looking for in other tokens?"
π Key (K): The answer. "Here is what I contain that matches the Query."
π Value (V): The payload. "Here is my actual meaning in this context."
@manojdotdev Because js if starting with 0 it try to treat it as octal since range of octal is 0-7 first 18 will not treated as octal but decimal and making expression true while 017 will be octal so value will be 15==017 which is false. Hope thats helpful.
Day 20/180 π
β Solved the LeetCode POTD.
Deep diving into Self-Attention today. Itβs basically a mechanism that transforms static word embeddings into contextual ones, so the model actually understands words based on their surroundings.
#180DaysOfCode#aiengineer
Day 19/180 π
Taking an L today.
Tried to head home for the holiday, but 4x ticket prices and fully booked buses said otherwise. Wasted the whole night trying to find a way and just got back to my room completely drained. π΄
Resetting tonight. Back to the grind tomorrow! π»
Day 18/180 π
Office courses took up most of my day today. Finished the first draft of my Hashnode blog! Making some final tweaks and itβll be live before Sunday.
I want to start a mini AI side project next. What should I build? Drop your best ideas below! π
#180DaysOfCode
Day 17/180 π
β LeetCode POTD done.
Revising Transformer architectures today and found this absolutely incredible interactive explainer. If you're learning LLMs, you need to check this out: π https://t.co/w2i6CsMZuW π€―π§ #180DaysOfCode#AIEngineer#MachineLearning