Python Suntac Flashcards

1
Q

What is the first step of forming a data model

A

Normalize each quantity

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

What is mnist?

A

Mnist is an array of arrays which represents pixels of handwritten numbers

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

What do we set as default optimizer?

A

Adam optimizer

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

What do we set as default loss estimator

A

Binary Cross entropy

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

What is a sigmoid activation cell?

A

It’s the neuron which when given input gives low value output for set of numbers before certain threshold and high values for set of numbers after said threshold

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