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
One challenge of using AI for predictions is that AI uses _____ data
Historical (ex how would an AI model fall out of an unanticipated large event like Covid?)
One of the reason AI didn’t take off in the 60s and 70s was
limits of technological maturity (memory space, computational power)
When building an AI model, keep _____ in mind
the end goal in mind: who will use this model any why
raw data is
data collected in it’s original form, prior to any processing or adjustments
3 types of Data analytics
- Descriptive
- Predictive
- Prescriptive
Difference between predictive and prescriptive models
Predictive just predict the future (forecasts, etc), prescriptive change the future (control, optimization, etc)
Examples of types of data
- numeric vs non-numeric
- categorical data (ex fault or no-fault)
- structured vs unstructured
- temporal, spatial, spatio-temporal
- experimental vs operational
Experimental data differs from operational data critically in that ___
experimental data will isolate a single (or few) variables from other variables, while operational data will have a much more impact from the surrounding environment (which was not controlled)
Definition of Big Data
data that challenges the current capabilities of a single computing unit
What types of data would we encounter in energy systems
- metered data
- sub-metering
- communications
- measured data
- data storage
What does CRISP-DM stand for
Cross industry standard process for data mining
An input is also sometimes referred to as __
an instance
Definition of Data Analytics
the science of analyzing raw data to draw insight, and make conclusions from that data
Linear data cleaning workflow
- Access Data
- Detect Duty Cycles
- Remove Outliers
- Sanitize Gaps
- Check Process Limits
- Analyze data…