- Traditional machine learning algorithms:
- Neural network architectures:
- Recurrent Neural Network (RNN)
- Long Short-Term Memory (LSTM)
- Encoder-Decoder
- Transformer
- BERT
- Vision Transformer (ViT)
- CLIP (draft)
- Large Language Model (LLM)
- Neural network components:
- Concepts in training neural networks:
- Learning paradigms:
- Other concepts:
My takeaway series follow a Q&A format to explain AI concepts at three levels:
TipConceptual Level
Anyone with general knowledge can understand them.
WarningImplementation Level
For anyone who wants to dive into the code implementation details of the concept.
ImportantMathematical Level
For anyone who wants to understand the mathematics behind the technique.