Keras Reinforcement Learning Projects
by Giuseppe Ciaburro, Sudharsan Ravichandiran, Suriyadeepan Ramamoorthy
The Keras neural network model
Keras is a high-level neural network API, written in Python and capable of running on top of TensorFlow, CNTK, or Theano. It was developed with a focus on enabling fast experimentation. With the use of Keras, we will be able to move from idea to result in the shortest possible time so you can spend more time analyzing results.
Keras owes its widespread use to its extreme ease of use. Keras follows best practices to reduce the workload on the user. It provides consistent and simple APIs, minimizes the number of user actions needed for common use cases, and provides clear and viable feedback in the event of a network error.
Another feature of Keras that has ensured its success is its modularity. A model is intended ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access