- Mastering TensorFlow 1.x
- Armando Fandango
- 34字
- 2021-06-25 22:51:03
Creating the Keras model
The Keras model can be created using the sequential API or functional API. The examples of creating models in both ways are given in the following subsections.