Skip to content

artrayme/HammingNeuralNetwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HammingNeuralNetwork

Implementation of the Hamming neural network

Hamming's Neural Network is a 2-layered recurrent neural network. It can be used for image recognition.

The weights at the first layer are constant and are initialised when network is trained on the input images. The weights on the second layer initialised by random numbers and change during work.

How to build and start

You can use the terminal

gradle run

Or

gradle test

Also, you can use your ide)

About

Implementation of the Hamming neural network

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages