Revise Flashcards
(140 cards)
What is Artificial Intelligence (AI)?
Computer systems that perform tasks typically requiring human intelligence.
What is Machine Learning (ML)?
Branch of AI that operates through data patterns and training, rather than explicitly coded instructions.
What is Deep Learning?
ML model inspired by the human brain, using layers of neural networks to solve complex problems.
What is Generative AI?
A subset of deep learning focused on creating new content (such as text, images, or music) from learned data.
What are Large Language Models (LLMs)?
A type of Generative AI focused on understanding and generating human-like text.
What is the difference between Gen AI and Traditional AI?
AI’s goal is to interpret, analyze, and respond to human actions, whereas Gen AI focuses on creating new content or data.
What is Natural Language Processing (NLP)?
A machine technique that can understand the context of a corpus (body of related text).
What is Regression?
Regression predicts a continuous numerical value.
Example: What is the temperature going to be tomorrow?
What is Classification?
Classification predicts categorical outcomes, such as will it be cold or hot tomorrow?
What is Clustering?
Clustering groups similar data points together.
What is Supervised Learning?
Train model with pre-labelled data so the machine can learn from these results.
What is Unsupervised Learning?
Train model with unlabelled data to discover patterns and apply its own labels.
What is Reinforcement Learning?
Model learns through trial and error, receiving feedback in the form of rewards or penalties.
What is Semi-supervised Learning?
Training data contains very few labelled examples and a large number of unlabelled examples.
What is a Neural Network (NN)?
Describes algorithms mimicking the brain, with data inputted into neurons and passed through layers.
What is a Perceptron?
Algorithm for supervised learning of binary classifiers.
What are the types of data?
- Structured data - saved as rows. 2. Semi-structured data - key value pairs. 3. Unstructured data - cannot be stored in a table format. 4. Time-series data.
What are the components of a Machine Learning Model?
- Algorithm: Describes the relationship between input and output. 2. Inference Model: Software that implements the model. 3. Model Artifacts: Consists of trained parameters and metadata.
What is Inference?
The process of using a trained ML model to make predictions on new, unseen data.
What are Inference Parameters?
Parameters like response length and stop sequences control the output generated by a model during inference.
What are the types of Inference?
- Real-time inference: model deployed on a persistent endpoint. 2. Batch transform inference: suitable for offline processing.
What is Overfitting?
When a model performs better on training data than on real data.
What is Underfitting?
When a model cannot determine meaningful relationships between input and output data.
What is Bias and Fairness in ML?
Lack of diversity in training data leading to biased predictions.