grep -r "llm"
18 posts tagged llm
- 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)
- Tiếng Việt tốn hơn x2 token? Data nói khác
- Does Vietnamese really cost 2x+ tokens in LLM prompts? Data from 5626 real messages
- 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