grep -r "learning-path"
17 posts tagged learning-path
- Kubernetes A-to-Z Series: Complete Learning Path
- Kibana từ A đến Z: Series Plan
- LLM từ zero: Series Plan
- AI Agents từ zero: Series Plan
- 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