Python Suntac Flashcards
1
Q
What is the first step of forming a data model
A
Normalize each quantity
2
Q
What is mnist?
A
Mnist is an array of arrays which represents pixels of handwritten numbers
3
Q
What do we set as default optimizer?
A
Adam optimizer
4
Q
What do we set as default loss estimator
A
Binary Cross entropy
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