March 2020
Intermediate to advanced
366 pages
9h 8m
English
To start with the classification, first of all, we have to import the required modules:
import tensorflow.keras as Kfrom data import ds
We have to import our prepared dataset and Keras, which we will use to build our classifier.
However, before we build our classifier, let's first learn about convolutional networks, as we are going to use them to build our classifier.