ECE-Engineer / CNN-TensorFlow-Tutorial

A simple CNN tutorial prepared for the SUNY Oswego TensorFlow workshop & talk.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CNN-TensorFlow-Tutorial

A simple CNN tutorial prepared for the SUNY Oswego TensorFlow workshop & talk.

Preparation

Please make sure you have python 2 or 3 installed. If not go to the python website for the installation. Please make sure you have the correct version of pip installed. Please go to the tensorflow website and install the appropriate version of tensorflow.

Datasets

We will be using the MNIST dataset, which is comprised of grayscale images of digits [0-9].

  1. Extract
  2. Transform
  3. Load
  • Convolution Layers
  • Pooling Layers
  • Dense Layer
  • Flatten
  • Dropout
  • Logits
  • Placeholders
  • Train Operation
  • Loss Operation
  • Accuracy Operation

Extras

See the (Extra) Results here

Slides

A More Formal Introduction

Other Resources

About

A simple CNN tutorial prepared for the SUNY Oswego TensorFlow workshop & talk.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%