2025.07.30M·04BERT vs GPT: Two Faces of AI (Understanding vs Generation)
Both are children of Transformer, so why the difference? Using 'Fill-in-the-blank' vs 'Write-next-word' analogies to explain BERT vs GPT. Practical guide based on trial and error.
BERTGPTTransformer
→2025.07.29M·03Attention Mechanism: The Technology That Gifted AI with 'Focus' (feat. Transformer)
Overcoming RNN's 'dementia' and how Google flipped the world with 'Attention Is All You Need'. From Query-Key-Value library analogies to Multi-Head Attention and Vision Transformers.
AttentionTransformerDeep Learning
→2025.07.26M·06From Words to Numbers: The Art of Embedding and Vector Databases
How do computers understand that 'King' - 'Man' + 'Woman' = 'Queen'? We dive deep into the evolution of NLP embeddings, from One-Hot Encoding to Word2Vec and Transformer-based models. Learn about Vector Databases, Cosine Similarity math, and how RAG (Retrieval-Augmented Generation) is reshaping modern AI applications.
AINLPEmbedding
→2025.07.22M·03Transformer: Foundation of Modern AI
Understanding Transformer architecture through practical experience
transformerattentiondeep-learning
→