Skip to content

An ANSI C implementation of multilayer feed forward neural network training with back propagation.

Notifications You must be signed in to change notification settings

fei3189/neural_network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neural_network

Neural network using back propagation framework for training, momentum strategy included. The gradient descent algorithm is stochastic gradient descent. This network supports multi hidden layers. The main function is an example of simple antoencoder for sparse vectors.

About

An ANSI C implementation of multilayer feed forward neural network training with back propagation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages