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.27M·07Vector DB: New Database for AI Era
Understanding vector database principles and practical applications through project experience
vector-dbembeddingai
→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
→