Skip to content

sethjuarez/Digitz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction to Deep Learning

  • Machine Learning is Different
    • h(x)
    • questions machine learning can answer
    • process
  • Building these things
    • features to vectors
    • mathematical representation
      • model
      • cost/reward function
    • optimizing the things
      • gradients
  • Recognizing digits
    • Graph
      • IN: Constants, Placeholders, Variables
      • OUT: Session params
    • Run
  • linear model
    • model + cost function
    • tensorflow example
  • multi-layer linear model (MLP)
    • model + cost function
    • tensorflow example
  • better architecture
    • convolutional neural network
    • tensorflow example

Samples

Loosely based on TensorFlow Examples

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published