8 - Machine Learning Flashcards

1
Q

Why Machine Learning?

A

Allows for more complex thinking and decision making

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

Definition of Machine Learning

A

Describes computer algorihms that can improve automatically through experience and by the use of data

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

What is Supervised Learning?

A

The machine uses labeled training data

Told the correct input to course correct its current position

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

What is Unsupervised Learning?

A

Data isn’t labeled
The machine figures out how to deal with the problem on its own

Discovers unknown patterns in data

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

What is Reinforcement Learning?

A

Gives the machine the most freedom

Uses trial and error to figre out the best solution

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

What is a Neural Network?

A

The ability for a network to analyze large amounts of data and make the best decision based off the data

You can provide parameters for the macine to look for

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

Definition of a Feature

A

An input variable used in making predictions

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

Definition of Weight

A

A coefficient for a feature in a linear model, or an edge in a deep network

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

Definition of Bias

A

An intercept or offset to the model

Tells the program if it meets criteria and affects the choice

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

Definition of Neuron

A

A node in a neural network

Takes in multiple inputs to create one output value

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

Definition of an Activation Function

A

A function that takes the output of the previous problem and forwards that output to the next criteria

If…then…

ReLU or sigmoid

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

Definition of Hidden Layer

A

A synthetic layer in a neural network between the input layer (the features) and the output layer (the prediction).

Contains an activation function (bounds the output of a neuron) for training.

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

Definition of Epoch

A

A full training pass over the entire dataset such that each example has been seen once

“Iterations of data”

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

Breakdown of “Prepared Data”

A
  • Training Data
  • Test Data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is a Confusion Matrix?

A

A tool used to confirm how accurate the findings are

Diagnol findings are the most accurate

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

What is a Deep Neural Network?

A

A Network that is used for extremely complex ‘fitting’ challenges