grep -r "ai"
16 posts tagged ai
- LLM từ zero: Series Plan
- AI Coding Providers Series: Chọn đúng plan cho workload của bạn
- Mua AI Coding Plan nào? Research 5 providers lớn (2026-04)
- LLM hoạt động thế nào: mental model cho dev
- Calculus cho LLM: gradient, chain rule, backprop intuition
- Linear algebra cho LLM: vector, matrix, dot product
- Neural network tối giản: perceptron, MLP từ zero
- Probability cho LLM: softmax, cross-entropy, perplexity
- Build BPE tokenizer từ đầu (theo Karpathy minbpe)
- Attention mechanism: Query, Key, Value intuition
- Embeddings: word2vec, contextual, và positional encoding (RoPE)
- Multi-head attention: tại sao chia nhiều head
- nanoGPT: 300 dòng PyTorch tái tạo GPT từ đầu
- Self-attention: code từ đầu bằng NumPy
- Transformer block: attention + MLP + layer norm + residual
- Tokenization: BPE, WordPiece, SentencePiece