May 2019
Beginner
528 pages
29h 51m
English
With deep learning, rather than starting fresh on every project with costly training, validating and testing, you can use pretrained deep neural network models to:
make new predictions,
continue training them further with new data or
transfer the weights learned by a model for a similar problem into a new model—this is called transfer learning.
Keras comes bundled with the following pretrained convnet models,92 each pretrained on ImageNet93—a growing dataset of 14+ million images:
Xception
VGG16
VGG19
ResNet50
Inception v3
Inception-ResNet v2
MobileNet v1
DenseNet
NASNet
MobileNet v2
Read now
Unlock full access