Skip to content

Deep Learning is " code light, but concept heavy ". We'll be able to implement a Deep Neural Network in about five lines of code, but the underlying concepts (cross-entropy, softmax, dense layers, etc) normally take a few months to learn.

Notifications You must be signed in to change notification settings

priyankapiba/My-first-Hello-World-to-Deep-Learning-using-Tensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Hello World to Deep Learning

Training Neural Networks with TensorFlow

Training an image classifier on the MNIST dataset of handwritten digits is considered the "hello world" of computer vision.

Key point: Deep Learning is " code light, but concept heavy ". We'll be able to implement a Deep Neural Network in about five lines of code, but the underlying concepts (cross-entropy, softmax, dense layers, etc) normally take a few months to learn.

About

Deep Learning is " code light, but concept heavy ". We'll be able to implement a Deep Neural Network in about five lines of code, but the underlying concepts (cross-entropy, softmax, dense layers, etc) normally take a few months to learn.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published