Skip to content

Convolutional Neural Networks

Amirsina Torfi edited this page Mar 30, 2017 · 25 revisions

The aim is to design a simple convolutional Neural Network using TensorFlow. The tutorial is aimed to sketch a startup model to the the two following:

  1. Define an organization for the network architecture, training and evaluation phases.
  2. Provides a template framework for constructing larger and more complicated models.
Clone this wiki locally