LLMs are frozen in time + know nothing about your docs + hallucinate confidently when they don't know. RAG fixes that: Retrieve โ Augment โ Generate.
Naive chunking alone can tank faithfulness from 0.80 โ 0.47. The pipeline is only as strong as its weakest link.
Agents sound complicated. They're not.
Just built one from scratch and it's an LLM, a few tools, and a while loop.
The model writes text, my code parses it, runs the tool, and feeds the result back. Repeat until done.
Demystified.
#AIAgents#Python#LearningInPublic
Every AI model โ from a simple neural net to GPT-4 โ is secretly doing ONE thing: matrix multiplication.
Scalars โ Vectors โ Matrices โ Tensors (literally just stacking dimensions)
And the bonus part it feels too easy to understand when @rishabh10x is your mentor :)
My audio worked perfectly locally but stopped working after deployment.
The issue?
macOS is usually case-insensitive, while Linux servers are case-sensitive.
BTW you can review my portfolio though , it is not fully completed yet :) - https://t.co/19G15ZL49b
#5
It was the fun class many things revised first and then learned more concept:
~ Understand Self-Attention
~ Know Q, K, V
~ Know the Attention Formula
~ Understand Context-Aware Meaning
~ Understand KV Cache
~ Understand Multi-Head Attention and more....
#4
Initially it's little bit tough to understand but gradually all are digestible
Just because of @rishabh10x bhaiya๐
: Text Tokenization Approaches & Their Trade-offs
: Practical Implications of Tokenization
: The Concept of Embeddings
: Semantic Vector Arithmetic... and more
#3
Great class, Learned a lot:
> Forward Pass: Data flows through layers to make a prediction.
> Calculate Loss: Measure exactly how wrong the prediction is.
> Backpropagation: Trace the error backward to assign "blame" to specific weights. And much more....
@rishabh10x ๐ซก
TakeAway from 2nd lecture:
~ Understanding Learning and Intelligence
~ Knowledge Distinction:
~ Evolution of AI Approaches
~ Natural Language Processing (NLP) Challenges
~ Word Embeddings (Words as Numbers)
~ Sequence Models vs. Transformers
How ChatGPT and LLMs Work,...much more
Finally... it works. ๐ฎโ๐จ
A couple of days ago, around 2 AM, I spent almost two hours trying to fix a bug, but nothing worked.
I finally gave up and went to sleep.
I was so frustrated that I was debugging the same bug in my dream.
Aur phir achanak se nind khul gyee๐