Ch.14 Artificial Intelligence Flashcards

1
Q

AI

A

theory and development of IS that are capable of performing tasks that normally require human intelligence.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Main goal of AI

A

build machines that mimic human intelligence.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Difference between. strong AI & weak AI

A

Strong(general) is AI that matches or exceeds human int. Weak(narrow) performs useful specific functions that were once done by human intelligence to perform. e.g robots

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Technological advancements that led to advancements in artificial
intelligence:

A

Technological advancements that led to advancements in artificial
intelligence:
o Advancements in chip technology
o Big Data
o The Internet and cloud computing
o Improved algorithms
o Algorithm: a problem-solving method expressed as a finite sequence of steps.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Machine Learning (ML)

A

An application of AI that provides systems with the ability to automatically learn and improve from experience without being explicitly programmed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Traditional vs ML

A

ML compares the output to the expected results while traditional is a combination of data that produces answers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Expert system Vs ML

A

ES requires human experts to provide knowlegde for the system and must be formally structured while ML don’t require human experts and learn from ingesting vast amounts of data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Where is the knowledge stored in ES

A

in the form of IF-THEN rules

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

ML Bias

A

Underspecification: Essentially, even if a training process can produce a good model, it could still ultimately produce a poor model. The process will not know the difference, and neither will the developers until the model is employed in the real world.
-how developers approach a problem,
-the data used to train the system; data shift mismatch bet. data used to train and test the system. Hidden relationship in the data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Types of ML

A
  • Supervised; the system is given labelled input data and expected output results.
    -Semi supervised; combines small amt. of data with large amt. of unlabelled data during training
    -Unsupervised; searches for previously undetected patterns in a data set with no pre existing label &minimal human supervision.(clustering- mkt seg.)
    -Reinforcement; the system learns to achieve a goal in an uncertain, complex environment. (Trial and error)
    -Deep; is a subset of ML in which artificail neural networks learn from large amt. of data.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Classification(type of problem where a system predicts a category for given data) &Regression

A

*Binary classification; classf. problems that have only 2 class labels
* Multi-class classification; more than 2 class labels
* Multi-label classification; 2 or more labels, where 1 or more lables can be predicted for each ex.
* Imbalanced classification; the no. of classes in each class is unequally distributed
Linear regression (continuous variables rather than classifying into
categories)
* Simple linear regression; x is used to predict the value of y
* Multiple linear regression; 2 or more x is used

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Difference bet. multi class and multi label

A

in multi-class classification,belongs to only 1 category- the classes are mutually exclusive (e.g., an email is either spam or not). However, in multi-label classification, each label represents a different classification task(more than 1 category).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

When is the best time to use unsupervised learning

A

when an organization does not have data on desired outcomes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What happens Reinforcement Learning

A

The system must determine how to perform the task to maximize the reward, beginning with totally random trials and finishing with sophisticated tactics

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Neural Network

A

is a set of virtual neurons, or nodes, that work in parallel to simulate the way the human brain works, although in a greatly simplified form.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Node

A

has one or more weighted input connections, a bias, an activation function, and one or more output connections.

17
Q

Types of Nodes in Neural

A
  • Input Layer Node
    -Hidden Layer; bc it is located btw input&output layers.
  • Output layer
18
Q

What are the no. of hidden layers

A

Hyperparameter

19
Q

Neural Networks for Specific Applications

A

o Recurrent neural networks (RNNs)
Designed to access previous data such as sequential or time series data during input iterations.
Examples: moving a robotic arm, predicting time series
o Convolutional neural networks (CNNs)
Designed to separate areas of image inputs by extracting features to identify edges, curves and colour density and then recombine these inputs for classification and prediction.
Examples: facial recognition, natural language processing
o Generative adversarial networks (GANs)
Two neural networks compete with each other in a zero-sum game to segregate real data from synthetic
data.
Generator: learns to generate plausible data.
Discriminator: learns to distinguish the generator’s fake data from the real data.
Example: deep-space photography for inpainting

20
Q

Artificial Intelligence Applications

A

Computer vision
Natural language processing
Robotics
Speech recognition
Chatbots

21
Q

Artificial Intelligence in the Functional Areas

A
  • AI in Accounting
    o Taxes
    o Auditing
  • AI in Finance
    o Process automation
    o Security
    o Insurance and risk management
    o Algorithmic trading
  • AI in Marketing
    o Improved lead scoring accuracy
    o Easier customer churn prediction
    o Improved audience insights
    o Intelligent marketing campaigns
  • AI in Production/Operations Management
    o In the factory
    o In transportation
    o Security
  • AI in Human Resources
    o Recruiting
    o Onboarding
    o Career pathing
  • AI in Management Information Systems
    o Security
    o Server optimization
    o Service management
    o Software development