AI Fundamentals
Core concepts and principles of artificial intelligence
Attention Mechanism
A neural network component that allows models to focus on different parts of the input when generating each part of the output.
Read more
Context Window
The maximum amount of text (measured in tokens) that an AI model can process at once.
Read more
Embeddings
Numerical representations of text, images, or other data that capture semantic meaning in a high-dimensional space.
Read more
Token
The basic unit of text processing in language models, representing parts of words, whole words, or punctuation.
Read more