Giter VIP home page Giter VIP logo

ganapathi12 / handwritten-number-detection-using-ann Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 12.95 MB

The standard example for machine learning these days is the MNIST data set, a collection of 70,000 handwriting samples of the numbers 0-9. now we predict which number each handwritten image represents.Each image is 28x28 grayscale pixels, so we treat each image as just a 1D array, or tensor, of 784 numbers.MNIST provides 60,000 samples in a training data set, 10,000 samples in a test data set, and 5,000 samples in a "validation" data set. We haven't talked about validation sets before, but their intent is to be used for model selection. So you'd use validation data to select your model, train the model with the training set, and then evaluate the model using the test data set.The training data, after we "flatten" it to one dimension using the reshape function, is therefore a tensor of shape [60,000, 784] - 60,000 instances of 784 numbers that represent each image. we define our architecture by 1 hidden layer and we use relu for activating nodes and we use 20 epochs and keep batch size of 100.

License: GNU General Public License v3.0

Python 26.73% Jupyter Notebook 73.27%

handwritten-number-detection-using-ann's Introduction

Hey, I'm Ganapathi and welcome to my Profile!

  • ๐Ÿš€ Currently Computer Science student at Amrita Vishwa Vidyapeetham .
    • Check my profile at Ganapathi12.github.io -> Ganapathi
    • Improving experiences in: Computer Vision | React JS | React Native | Django
  • โค๏ธ Passionate about programming and application development and self-taught

๐Ÿค” What is victory worth without a fight?


Most Languages ๐Ÿ˜„

ganapathi12's github stats


Languages and Tools:

HTML5 CSS3 JavaScript Django React JS React Native Node.js Visual Studio Code GitHub



More informations: Commits

ganapathi12's github stats
  • My status per year:

Contact me

Github Badge Gitlab Badge Linkedin Badge Gmail Badge Instagram Badge

handwritten-number-detection-using-ann's People

Contributors

ganapathi12 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.