Machine Learning Flashcards
Q: What is Machine Learning?
A: Machine learning is a subset of artificial intelligence where algorithms learn from data to make predictions or decisions without being explicitly programmed.
Q: What are the key AWS Machine Learning services?
- Amazon SageMaker
- AWS DeepLens
- AWS DeepRacer
- Amazon Comprehend
- Amazon Rekognition
- Amazon Polly
- Amazon Translate
- Amazon Lex
- Amazon Transcribe
Q: What is Amazon SageMaker?
A: A fully managed service for building, training, and deploying machine learning models at scale.
Q: What is SageMaker Studio?
A: An integrated development environment (IDE) for machine learning that provides tools for preparing data, building models, and monitoring experiments.
Q: What is SageMaker Ground Truth?
A: A data labeling service that uses machine learning to reduce the cost and time of annotating datasets.
Q: What are AWS Deep Learning AMIs?
A: Preconfigured Amazon Machine Images (AMIs) with deep learning frameworks like TensorFlow, PyTorch, and Apache MXNet.
Q: What is Amazon Rekognition?
A: A service for image and video analysis, including facial recognition, object detection, and moderation.
Q: What is Amazon Comprehend?
A: A natural language processing (NLP) service for extracting insights like sentiment, key phrases, and entities from text.
Q: What is Amazon Polly?
A: A service that converts text into lifelike speech using text-to-speech (TTS) technology.
Q: What is Amazon Translate?
A: A neural machine translation service for translating text between languages.
Q: What is Amazon Lex?
A: A service for building conversational interfaces, such as chatbots, using automatic speech recognition (ASR) and natural language understanding (NLU).
Q: What is Amazon Transcribe?
A: A speech-to-text service that converts audio recordings into text.
Q: What are the stages of the machine learning workflow in AWS?
- Data collection and preparation
- Model building
- Model training
- Model evaluation
- Model deployment
- Monitoring and maintenance
Q: What is a training job in SageMaker?
A: A managed process for training machine learning models on large datasets using built-in or custom algorithms.
Q: What is feature engineering?
A: The process of selecting, transforming, and creating features from raw data to improve model performance.
Q: What are the options for deploying models in SageMaker?
A: Real-time endpoints, batch transform, or edge deployment with SageMaker Edge Manager.