Skip to content
/ Neuro Public

A simple FCNN and multitheading rProp implementation from scratch in C++.

Notifications You must be signed in to change notification settings

PfAndrey/Neuro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neuro

A simple neural network implementation from scratch in C++ (STL is used only).
Clear OOP design, training algorithms were represented in the (well readable) matrix form.

Methods:

  • base backpropagarion method was implemented.
  • multitheading resilient back propagation (Rprop) was implemented.

Train data sets file's formats:

  • simple handwriting digits (32x32) in the binary form (~950 samples).
  • mnist handwriting digits (24x24) - 60000 samples.

TODO

  • convolutional neural network

About

A simple FCNN and multitheading rProp implementation from scratch in C++.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published