TF Estimators Examples
Name | Description |
---|---|
mnist | Train a deep learning model with the MNIST dataset. |
iris_dnn_classifier | Construct a DNN classifier using the iris data set. |
iris_custom_decay_dnn | Create a deep neural network with learning rate decay for iris dataset. |
wide_and_deep | Building a wide & deep learning model |
custom_estimator | Creating a custom estimator for abalone age prediction |
tensorflow_layers | Building an estimator using TensorFlow layers |