Tag: numpy.argmax
-
Tensorflow: Basic deep learning workflow for classification task
In our first project of tensorflow, we used the fashion-mnist data to make a simple deep learning model to identify whether any given image is of a trouser or a bag. We labelled the trouser images as class 0, and images of bag as class 1. In our neural network, the last output layer was as follows: Python As…