May 2018
Beginner
490 pages
13h 16m
English
You will need Python 3.6x 64-bit from https://www.python.org/:
You will also need the following libraries:
from keras.models import Sequentialfrom keras.layers import Conv2Dfrom keras.layers import MaxPooling2Dfrom keras.layers import Flattenfrom keras.layers import Densefrom keras.preprocessing.image import ImageDataGeneratorfrom keras.models import model_from_jsonfrom keras.models import save_modelfrom keras.models import load_modelfrom keras import backend as Kfrom pprint import pprintimport Numpy as npimport matplotlib.image as mpimgimport scipy.ndimage.filters as filterimport matplotlib.pyplot as plt
Programs, GitHub Chapter09:
Check out the following video ...
Read now
Unlock full access