What does Artificial Intelligence (AI) refer to?
The simulation of human intelligence in machines designed to think and act like humans.
Name three applications of AI.
What is Machine Learning (ML)?
A method of data analysis that automates analytical model building.
What are the types of data in Machine Learning?
Fill in the blank: In ML, the _______ process involves feeding large amounts of data to an algorithm.
training
What are the three styles of Machine Learning?
What is Deep Learning?
A subset of ML that utilizes neural networks with multiple layers to recognize complex patterns.
What is the structure of a neural network?
Name two applications of Deep Learning.
True or False: Traditional ML requires manual feature selection.
True
What is Generative AI?
Models that generate new content based on training data.
What are transformers in Generative AI?
A model architecture that processes sequences of data in parallel.
Fill in the blank: In Generative AI, _______ encodes the relative position of each token in a sequence.
Positional Encoding
What is the difference between few-shot and zero-shot learning?
What are the advantages of using AWS Generative AI Services?
What are some limitations of Generative AI?
What characterizes Supervised Learning?
The model is trained on a labeled dataset to predict outputs for new data.
What are the two types of Supervised Learning?
What is Clustering in Unsupervised Learning?
Grouping data points into clusters based on similarity.
What is Semi-Supervised Learning?
A blend of supervised and unsupervised learning using both labeled and unlabeled data.
What is Reinforcement Learning?
An agent learns to make decisions by maximizing cumulative rewards through actions.
What is the difference between Batch Inference and Real-Time Inference?
What is a confusion matrix?
Summarizes classification model performance with true positives, true negatives, false positives, and false negatives.
What is Precision in model evaluation?
Focuses on the accuracy of positive predictions.