Skip to content

matsubo/Neural-Network-Pattern-Recognition

Repository files navigation

Neural-Network-Pattern-Recognition

Word recognition application using neural network parttern recognition.

Screenshot

image

How to start application.

  • Windows
 git clone [email protected]:matsubo/Neural-Network-Pattern-Recognition.git
 cd Neural-Network-Pattern-Recognition
 start.bat
  • UNIX (Mac OS X, Linux, X Window System)
 git clone [email protected]:matsubo/Neural-Network-Pattern-Recognition.git
 cd Neural-Network-Pattern-Recognition
 ./start.sh

Usage

  • Learning
    • Press learning button on left top.
    • Select a word from the select box to teach.
    • Write a word on the 8x8 square canvas.
    • Press OK when finished.
  • Recognition
    • Press Recognition button on right top.
    • Write a word to judge.
    • Then press OK
    • Words are listed with order by higher probability.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages