Skip to content

Implements Neural Net model in mnist data using tensor flow

Notifications You must be signed in to change notification settings

osama10/NeuralNetExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

NeuralNetExample

I have implemented Neural Net model in mnist data using tensor flow by following this tutorial https://www.youtube.com/watch?v=BhpvH5DuVu8 . The data is the pixel values of numbers . I have classify from 1 to 10 so its a multiclass problem . The NN has 3 hidden layers with 500 nodes each . Activation function that is used is relu function . I have got 95% percent accuracy .

About

Implements Neural Net model in mnist data using tensor flow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages