Domain 1: AI/ML Fundamentals 20% Flashcards
The field of computer science dedicated to solving cognitive problems commonly associated with human intelligence, such as learning, creation, and image recognition.
Artificial intelligence
_____ is to create self-learning system that derives meaning from data.
The goal of AI
Uses of AI
- Question response
- Create original content (text/images)
- Quickly process vast amounts of data
- Solve complex problems (fraud detection)
- Perform repetitive/monotonous tasks
- Finding patterns in data
- Forecasting trends
_____ is a branch of AI and computer science that focuses on use of data and algorithms to imitate the way humans learn. It gradually improves its accuracy to build computer systems that learn from data.
Machine learning
How are ML models trained?
By using large datasets to identify patterns and make predictions
_____ is a type of machine learning model that is inspired by human brains using layers of neural networks to process information.
Deep learning
_____ are some of the things that deep learning models can do.
Recognizing human speech and objects and images
AI uses
- Predict pandemics
- Monitor assembly lines
- Monitor sensor data to determine when equipment might fail
- Product recommendation and support info (search to solution)
- Personalized content recommendations
- Forecast demand
- Detect fraud
- HR
- Translate language text
Using a technique called _____, an AI model can process historical data, also known as time series data and predict future values.
regression analysis
Predictions that AI makes are called _____, which is an educated guess, so the model gives a probabilistic result.
inferences
A deviation from the expected pattern.
anomaly
_____ use AI to process images and video for object identification and facial recognition, as well as classification, recommendation, monitoring, and detection.
Computer vision applications
_____ is what allows machines to understand, interpret, and generate human language in a natural-sounding way.
Natural language processing
_____ can have seemingly intelligent conversations and generate original content like stories, images, videos, and even music.
Generative AI
_____ is the science of developing algorithms and statistical models that computer systems use to perform complex tasks without explicit instructions.
Machine learning
Computer systems use ML algorithms to _____ and _____.
process large quantities of historical data, and identify data patterns
Machine learning starts with a _____ that takes data as inputs, and generates an output.
mathematical algorithm
To train the ML algorithm to produce the output we expect, we give it known data, which consists of _____.
features
What is the task of the ML algorithm?
to find the correlation between the input data features and the known expected output
Adjustments are made to the ML model by changing _____ until the model reliably produces the expected output.
internal parameter values
When a trained model is able to make accurate predictions and produce output from new data that it hasn’t seen during training.
inference
This type of data is stored as rows in a table with columns, which can serve as the features for an ML model.
structured data
_____ can be text files like CSV, or stored in relational databases like Amazon Relational Database Service, Amazon RDS, or Amazon Redshift.
structured data
_____ can be queried using structured query language, or SQL.
structured data