<aside>
<aside>
The field of computer science focused on creating systems that can perform tasks that typically require human intelligence—like reasoning, learning, problem-solving, or understanding language.
</aside>
<aside>
A subset of AI where algorithms learn from data to improve performance over time without being explicitly programmed. It powers most modern AI systems.
</aside>
<aside>
A type of machine learning based on neural networks with many layers (hence “deep”). Used for tasks like image recognition, language modeling, and speech processing.
</aside>
<aside>
A system of interconnected nodes (neurons) modeled after the human brain. It processes input data and adjusts connections (weights) based on feedback to improve output accuracy.
</aside>
<aside>
An AI model is a trained system that can make predictions or generate outputs based on input data. [Examples: GPT, DALL·E, Stable Diffusion.]
</aside>
<aside>
The process of feeding large amounts of data into a model and adjusting its parameters so it learns patterns and relationships.
</aside>
<aside>
The use of a trained model to generate predictions, answers, or outputs when given new inputs. For example, ChatGPT replying to your question is inference.
</aside>
<aside>
An input or instruction given to an AI model to generate a desired output. Crafting prompts effectively is called prompt engineering.
</aside>
<aside>
A type of AI model trained on vast text datasets to understand and generate human-like language. Example: OpenAI’s GPT models.
</aside>
<aside>
These are the internal numbers in a model. More parameters often mean more complex and capable models.
</aside>
<aside>
A chunk of text used by language models.
</aside>
<aside>
Customizing a pre-trained model on specific data to specialize it for a particular task or domain.
</aside>
<aside>
AI models can reflect or amplify biases present in training data. It's important to evaluate AI output critically and ethically.
</aside>
<aside>
When a model learns the training data too well, including its noise or errors, and performs poorly on new data.
</aside>
</aside>
<aside>
</aside>
<aside>