Introduction
An overview of the Keras API and how it compares to TensorFlow.
We'll cover the following...
In this chapter, you’ll learn how to use the Keras API, a simple and compact API for creating neural networks. You’ll use Keras to build a multilayer perceptron model for multiclass classification.
A. The Keras API
The most popular deep learning framework in the world is ...