DEV Community

Ankita Sahoo
Ankita Sahoo

Posted on

Day-17 of Machine Learning:

Day-17 of Machine Learning:
Got a brief intuition on TensorFlow where I learnt about

  • how tensor stores data in matrix, about dense function which is used to create fully connected layers and about Sequential model.
  • how neural networks handle complex decisions by dividing the decisions between hidden layers and again each layers in to multiple units or neurons.
  • Implemented small neural network in TensorFlow binary classification model to recognise handwritten digit that works for only 1 and 0.

Top comments (0)