It can be really useful to be able to view a TensorFlow graphDef file in TensorBoard...
This is a simple example of the classic MNIST classifier but this time using the TensorFlow Estimator...
This design shows how to use the Keras flow_from_directory method and the on-the-fly image augmentation...
The Keras machine learning framework has a number of built-in datasets including MNIST digits, MNIST Fashion, CIFAR-10 and CIFAR100...
2
1