What is the first step of forming a data model
Normalize each quantity
What is mnist?
Mnist is an array of arrays which represents pixels of handwritten numbers
What do we set as default optimizer?
Adam optimizer
What do we set as default loss estimator
Binary Cross entropy
What is a sigmoid activation cell?
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