Skip to content

ECE-Engineer/CNN-TensorFlow-Tutorial

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages