Skip to content

Introduce Tensorflow for AI model development with a basic Neural Network hands-on tutorial including basic CNN examples in computer vision

Notifications You must be signed in to change notification settings

mtian8/Tensorflow_Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tensorflow_Tutorial

This tutorial covers the basics of Deep Learning with Convolutional Neural Nets. The tutorial is broken into two notebooks. The topics covered in each notebook are:

Introduction:

  • Linear Regression as single layer, single neuron model to motivate the introduction of Neural Networks as Universal Approximators that are modeled as collections of neurons.

  • Loss/Error functions, Gradient Decent, Backpropagation, etc

  • Neural Network with hands on Tensorflow Implementation

CNN_Mnist_CIFAR-10:

  • Convolutions and examples of simple image filters to motivate the construction of Convolutionlal Neural Networks.
  • Example: CNN on Mnist
    • Visualizing Data
    • Constructing simple Convolutional Neural Networks
    • Training and Inference
    • Visualizing/Interpreting trained Neural Nets
  • Example: CNN on CIFAR-10

References:

The code examples presented here are mostly taken (verbatim) or inspired from the following sources. I made this curation to give a quick exposure to very basic but essential ideas/practices in deep learning to get you started fairly quickly, but I recommend going to some or all of the actual sources for an in depth survey:

About

Introduce Tensorflow for AI model development with a basic Neural Network hands-on tutorial including basic CNN examples in computer vision

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published