Mastering TensorFlow 1.x
上QQ阅读APP看书,第一时间看更新

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