Copy Everything Flashcards
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.
- Personal Assistants
- Fraud Detection
- Medical Imaging
What is Machine Learning (ML)?
A method of data analysis that automates analytical model building.
What are the types of data in Machine Learning?
- Structured Data
- Semi-Structured Data
- Unstructured Data
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?
- Supervised Learning
- Unsupervised Learning
- Reinforcement 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?
- Input Layer
- Hidden Layers
- Output Layer
Name two applications of Deep Learning.
- Image Classification
- Natural Language Processing (NLP)
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?
- Few-shot Learning: Provides a few examples
- Zero-shot Learning: Performs a task without examples
What are the advantages of using AWS Generative AI Services?
- Accessibility
- Efficiency
- Cost-Effectiveness
- Speed to Market
- Security and Compliance
- Meeting Business Objectives
What are some limitations of Generative AI?
- Lack of Contextual Understanding
- Hallucinations and Inaccuracy
- Interpretability Challenges
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?
- Classification
- Regression
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?
- Batch Inference: Delayed results for large numbers of inferences
- Real-Time Inference: Immediate responses to client requests
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.
What are the regression metrics used to evaluate models?
- Mean Squared Error (MSE)
- Root Mean Squared Error (RMSE)
- Mean Absolute Error (MAE)
What does Amazon Rekognition service do?
Deep learning service for computer vision tasks.
What is Amazon Comprehend used for?
NLP service that discovers insights and relationships in text.
True or False: AWS provides pre-trained AI services accessible through APIs.
True
What is the function of transcription in AI?
Converts spoken language into text (speech-to-text)
Includes real-time transcription and captioning for live or recorded audio/video.
What does Amazon Personalize provide?
Provides personalized recommendations for customers
Includes product/content recommendations and targeted marketing campaigns.
What is the purpose of Amazon Translate?
Neural machine translation for text across 75 languages
Supports real-time translation in chat applications and multilingual content creation.
What is Amazon Forecast used for?
AI service for time series forecasting
Includes demand forecasting, inventory management, and financial planning.