Chapter 14 Flashcards
(43 cards)
Artificial Intelligence (AI)
the theory and development of information systems that are capable of performing tasks that normally require human intelligence.
Strong AI - also known as artificial general intelligence
a hypothetical artificial intelligence that matches or exceeds human intelligence
Weak AI or Narrow AI
performs a useful and specific function that once required human intelligence to perform, and it does so at human levels or better.
what are some technological advancements that have led to enhancements of AI
*Advancements in chip technology
*Big Data
*The internet and cloud computing
*Improved algorithms
in the context of AI enabled crimes, what does the term “data poisoning” refer to?
An attach that manipulates a machine learning system’s training data set to control the predictive behaviour of a trained model.
what are signs of intelligent behaviour?
*Learning from experience
*Responding successfully to new situations
*Making sense of ambiguous messages
Machine Learning (ML)
an application of artificial intelligence that provides systems with the ability to automatically learn and improve from experience without being explicitly programmed.
In supervised machine learning, how is the accuracy of the system evaluated?
By comparing the output to the expected results.
Expert Systems (ES)
computer systems that attempt to mimic human experts by applying expertise in a specific domain.
In expert systems, where is the knowledge typically stored?
In the form of IF-THEN rules
what can the approach a develop takes to solve a problem reveal?
The developer’s bias
What are the different types of machine learning?
*Supervised,
*Semi-Supervised
*Unsupervised
*Reinforcement
*Deep
Supervised learning
a type of machine learning in which the systems is given labelled input data and the expected output results.
what are the four types of of classification to a predictive modelling problem
*Binary classification
*Multi-class classification
*Multi-label classification
*Imbalanced Classification
Binary classification
problems that have only two class labels
Multi-class classification
classification problems with more than two class labels
Multi-Label classification
classification problems that have two or more class labels.
Imbalanced classification
the number of classes in each class is unequally distrubited.
Linear regression
a supervised machine learning algorithm in which the predicted output is continuous and has a constant slope.
Simple linear regresison
a single independent variable is used to predict the value of a dependent variable.
Multiple linear regression
two or more independent variables are used to predict the value of a dependent variable.
what is the purpose of using linear regression in supervised machine learning
to predict continuous variables.
Semi-Supervised learning
type of machine learning that combines a small amount of labelled data with a large amount of unlabeled data during training.
in the context of machine learning, why is it inefficient to have a human read through entire text documents to classify and label them?
Because it’s time-consuming and impractical with large amounts of data.