Skip to content

osushkov/vectornn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VectorNeuralNets

An vector/matrix based implementation of a simple multi-layered neural network and stochastic gradient descent for learning, using back-propagation. Also added some fancier nodifications to the simple gradient descent learner.

Mainly this is for getting more familiar with the core implementation of a neural net.

Dependencies: C++11/14 tup used for as build system

About

Neural network implementation using matrices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages