What is human intelligence?
Natural intelligence involving:
What is Artificial Intelligence?
(AI)
What is the Turing Test?
A test to determine whether a machine is considered “intelligent”.
The goal: for a machine to behave indistinguishably from a human, as judged by a human.
Who was Alan Turing?
A British mathematician and cryptographer who proposed the Turing Test to assess machine intelligence.
What are the shared features of AI definitions?
What is a socio-technical system?
A system where humans shape AI/technology and are also shaped by it.
For what reasons should AI teams be diverse and cross-functional?
To include perspectives from computer science, engineering, and social sciences for effective planning, design, and implementation.
What is an algorithm in machine learning?
A set of instructions and rules to perform a task.
Example: ‘if X, then Y’.
What is a corpus in machine learning?
A large collection of texts or data used by AI to find patterns and make predictions.
What is inference in ML?
An ML model’s output, such as a decision or prediction.
What is input data in ML?
Specifically, the data from which a model initially learns
Data provided to the ML model that forms the basis of its learning.
What is labeled data?
Data that includes labels or tags giving context or meaning for the ML model.
What is a machine learning model?
A learned representation of patterns and relationships in data.
What is machine learning?
(ML)
A subfield of AI where algorithms learn from data to generate outputs, such as decisions or predictions.
How does an algorithm work in ML?
It builds a model from input data and performs tasks on new data without being explicitly programmed.
What is training data in ML?
Data used to train the model by identifying patterns and relationships.
What are the four ML training models?
What is supervised learning?
An ML method where labeled data is used to train a model to classify inputs or predict values.
Why does supervised learning use the word “supervised”?
Because a ‘supervisor’ (human) labels the data before it’s used to train the model.
What is data labeling in supervised learning?
Enriching data with labels for training, validation, and testing purposes.
Why is training data quality important?
Model accuracy and performance depend on the quality and volume of labeled training data.
What is a classification model?
An ML model that identifies the correct categorical label, such as spam vs. ham.
What is a regression model?
A supervised learning technique that predicts continuous values like house price or weight.
What is Support Vector Machine used for?
(SVM)
Classification tasks in supervised learning.