Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mmourafiq/tensorflow-convolution-models


https://github.com/mmourafiq/tensorflow-convolution-models

cnn cnn-architecture cnn-model convolution convolutional-models tensorflow tensorflow-models

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# tensoflow-convolution-models

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

* [tf.contrib.learn](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/learn/python/learn)
* [tf.contrib.layers](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/layers)

The models:

* [LeNet](http://yann.lecun.com/exdb/publis/pdf/lecun-01a.pdf)
* [AlexNet](http://www.cs.toronto.edu/~fritz/absps/imagenet.pdf)

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](http://mourafiq.com/2016/08/10/playing-with-convolutions-in-tensorflow.html)

lenet_model

lenet_loss

lenet_loss_mean