tensoflow-convolution-models

August 13, 2016 ยท View on GitHub

Tensorflow implementation of convolutional models using the high-level machine learning API:

  • tf.contrib.learn
  • tf.contrib.layers

The models:

  • LeNet
  • AlexNet

This repo also contains a notebook that shows the result of the different steps in the convolutional architectures.

For more details please look at this blog post Playing with convolutions in TensorFlow

lenet_model lenet_loss lenet_loss_mean