Estimator Classes ================= All estimators inherit from the following abstract base class: .. toctree:: :maxdepth: 2 EstimatorBase Deep Learning """"""""""""" The following deep learning models utilize TensorFlow with the Keras high-level interface. All current implementations inherit from the following abstract base class: .. toctree:: :maxdepth: 2 TFEstimatorBase Current deep learning model implementations: .. toctree:: :maxdepth: 2 Conv6 HwyBLSTM (LSTM++) LSTM MLP Other deep learning classes: .. toctree:: :maxdepth: 2 TFEpochLogger HighwayLayer Evolutionary """""""""""" Current evolutionary based estimators: .. toctree:: :maxdepth: 2 BasicGA NSGA3