May 2018
Beginner
490 pages
13h 16m
English
Shape defines the size of the image, which is 64 x 64 pixels (height x width), as shown here.
classifier.add(...input_shape = (64, 64, 3)...)
3 indicates the number of channels. In this case, 3 indicates the three parameters of an RGB color. Each number can have a given value of 0 to 255.
Read now
Unlock full access