- Mastering TensorFlow 1.x
- Armando Fandango
- 56字
- 2021-06-25 22:51:01
Types of TFLearn models
The TFLearn offers two different classes of the models:
- DNN (Deep Neural Network) model: This class allows you to create a multilayer perceptron from the network that you have created from the layers
- SequenceGenerator model: This class allows you to create a deep neural network that can generate sequences