Skip to content

YaGl33/Number-recognizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Number-recognizer

A very simple neural network that recognizes handwritten numbers from the mnist database.

The neural network is trained on training images and recognizes test images.

The network consists of two layers.

Requirements

  • keras 2.6.0
  • tensorflow 2.6.0
  • python 3.9.5(but less is possible)
  • Running

    As a result, the program displays the accuracy with which the network recognized the test images.

    git clone https://github.com/YaGl33/Number-recognizer
    cd Number-recognizer
    python3 main.py

    About

    A very simple neural network tha recognizes handwritten numbers

    Topics

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages