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