April 2017
Intermediate to advanced
318 pages
7h 40m
English
When a net is trained, it can be course be used for predictions. In Keras, this is very simple. We can use the following method:
# calculate predictionspredictions = model.predict(X)
For a given input, several types of output can be computed, including a method:
Read now
Unlock full access