Skip to content

Project of 4th semester of MIPT. Function of project is digits recognition.

Notifications You must be signed in to change notification settings

Tismoney/Project_of_digit-recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project of digit recognition

Project of 4th semester of MIPT.

Software development plan

More information can be found in SDP

Tutorial of Nernet

Used files: NerNet and Mnist
The lib have three architecture of neural networks:

  • Dense-800
  • Dense-200 - Dense-100 - Dense-50
  • Conv-32 - MaxPool - Dense-256

You should use the method make_and_check of the class NerNet. The parametr path is responsible of architecture of nernet. For example, if path = "Weight/Conv", class uses 3rd acrhitecture, moreover, if directory is empty, nernet will fit itself and save weights. If directory is full, nernet will use these weights.

Developers

About

Project of 4th semester of MIPT. Function of project is digits recognition.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published