Artificial Intelligence 101 Flashcards

1
Q

Definition of AI (Artificial Intelligence)

A

The science and engineering of making computers behave in ways that, until recently, we thought required human intelligence.

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

Neural Network

A

A computer system or series of algorithms designed to function like the human brain. It’s based on a collected of connected units, called nodes or neurons.

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

Artificial Neurons

A

A mathematical function that seeks to mimic the behavior of a biological neuron in the brain. It is composed of a set of weighted inputs. Altogether, artificial neurons make up a neural network.

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

Machine Learning

A

A subset of AI where the focus is on computer algorithms that can learn from data. These algorithms can

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

Deep Learning

A

A subset of Machine Learning where the focus is on multi-layered neural networks that can learn from large datasets.

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

Name the three main types of machine learning techniques

A

Supervised Learning, Unsupervised Learning, & Reinforcement Learning

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

Classification and Regression are methods of:

A

Supervised Learning

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

Clustering and Association are methods of:

A

Unsupervised Learning

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

Giving feedback to an algorithm when it does something right or wrong based on a discrete outcome. It can be real-time or offline.

A

Reinforcement Learning

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

Classification

A

the problem of identifying to which of a set of categories a new observation belongs, on the basis of a training set of data containing observations (or instances) whose category membership is known

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

Regression

A

a technique to predict continuous values, often quantities such as amounts or sizes with a task of approximating a mapping function

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

Clustering

A

task of dividing data points or population into a number of groups

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

Association

A

method for discovering interesting relations between variables in large databases

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

Why is AI so relevant NOW?

A

Because our current level of compute power, data availability, and low cost are lining up to allow us to explore AI now better than ever.

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

This type of learning maps an input to an output

A

Supervised learning

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

_______ is tied to numeric outcomes

A

Regression

17
Q

_______ is tied to categorical or “class” outcomes

A

Classification

18
Q

Provide an example of supervised learning use cases:

A

Any of the following: Image classification, natural language processing, sentiment analysis, face recognition, optical character recognition, machine translation, audio transcription, event detection

19
Q

This type of learning finds patterns in data

A

Unsupervised learning

20
Q

Discrete data

A

Data that you can count and it has a finite amount

21
Q

Continuous data

A

(often numerical) data that takes a large range of values

22
Q

What would be the best type of algorithm to estimate the price of clothing?
(Classification, Regression, or Clustering)

A

Regression–Since the price data is continuous (in dollars and cents), and you have a known value that you want to estimate this is a supervised, regression task

23
Q

What does HITL mean?

A

“Human in the Loop” human-moderator or data annotator that can help with quality control of a product.

24
Q

What determines the decision-making model?

A

Weights and threshold

25
Q

What can AI do really well right now?

A

Specific, narrow tasks & learning from large volumes of unstructured data

26
Q

What can AI do fairly well right now, similar to most humans?

A

Optical character recognition, classification of images, handwriting recognition, facial recognition

27
Q

What is difficult for AI to do well right now?

A

Captions & visual descriptions of imagery, various robotics tasks (stable bipedal locomotion), general speech recognition, complex logical reasoning, tasks without context like translation & explanations

28
Q

What are the 5 main steps in project management for AI?

A
  1. Business problem
  2. Data
  3. Model building
  4. Deploy & measure
  5. Active Learning & Tuning
29
Q

What is SCRUM?

A

A framework for prototyping and improving on product ideas and helps teams work together

30
Q

True/False: It’s typically recommended that you start with the problem, not the data.

A

True! It’s typically recommended that you start with the problem, not the data.

31
Q

What should you include in your project statement?

A
  1. What problem we are solving
  2. How AI will add value
  3. What data are needed
  4. The scope
  5. How we measure success
32
Q

What improves your chances of success when defining your business problem?

A

Your business problem should be clear and specific, narrowed down as much as possible. Your project should deliver specific, measurable outcomes. Start with a business case so that you can evaluate your options for success.