- TensorFlow 1.x Deep Learning Cookbook
- Antonio Gulli Amita Kapoor
- 63字
- 2021-07-02 22:01:40
Higher-level APIs-Keras
Keras is a higher-level API used with TensorFlow as the backend. Adding layers to it is as easy as adding a single line of code. After the model architecture, using one line of code, you can compile and fit the model. Later, it can be used for prediction. Declaration of variables, placeholders, and even the session is managed by the API.