• home
  • machine learning
  • notes
  • rtl
  • designs

View a graphDef .pb or .pbtxt file with TensorBoard

It can be really useful to be able to view a TensorFlow graphDef file in TensorBoard...
  • Mar 06, 2019
Continue reading

MNIST image classfier using TensorFlow Estimator

This is a simple example of the classic MNIST classifier but this time using the TensorFlow Estimator...
  • Mar 31, 2019
Continue reading

Kaggle Dogs-vs-Cats with Keras

This design shows how to use the Keras flow_from_directory method and the on-the-fly image augmentation...
  • May 27, 2019
Continue reading

Generate images from Keras built-in datasets

The Keras machine learning framework has a number of built-in datasets including MNIST digits, MNIST Fashion, CIFAR-10 and CIFAR100...
  • Sept 30, 2019
Continue reading
2 1