Exam1 Flashcards
What year was the term AI coined?
1955, Darthmouth
What is the definition of AI
Any system that exhibits behavior that could be interpreted as human intelligence
Weak AI is also called
Narrow AI
____ AI is good for systems that have predefined patterns to eliminate impossible options
Planning
Strong AI is also called
General AI
Definition of Weak AI
model that is confined to a narrow task
What are some examples of weak AI tasks
Language to text processing; picture sorting
Siri is an example of a weak or strong AI?
weak
Definition of strong AI
the machine displays all person-like behavior that you’d expect from an artificial human (emotions, humor, etc)
What was an early name for the nodes in neural networks?
Perceptrons (Rosenblatt at Cornell)
When did the term “Deep Learning” become popular?
1990s
Reasons that machine learning has accelerated
Availability of data
Moore’s Law
IoT
Automated SW coding (sensors and controllers)
Training and test data is
labelled
3 categories of supervised learning
- Binary classification
- Multiclass classification
- Regression analysis
If you have massive amounts of unlabeled data, ____ algorithm could be a good choice
k-means clustering
Bagging, boosting, and stacking are examples of
ensemble modeling
Definition of bagging
create several different version of the ML algorithm in parallel (like decision trees with different roof notes), and compare results, average out
Definition of Boosting
Use several different ML algorithms in sequence to boost accuracy of results (model 2 learns from model 1 etc)
Definition of Stacking
Use several different ML algorithms to boost accuracy (ex. k-NN on top of Naive Bayes)
For abstract reasoning, a _____ system reasoning may be best
symbolic
Definition of bias
gap between predicted value and actual outcome
Definition of variance
how scattered predicted values are +/- of actual outcome
What is the Turing test
Can the machine fool a human into thinking it’s a human if it’s behind a wall?
Big data is
unstructured data