Skip to content

A small C++ feed forward neural network using backpropagation written with the Eigen3 library.

License

Notifications You must be signed in to change notification settings

ConstantinRuhdorfer/Feed-Forward-Neural-Network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome

Welcome to this project!

External

This project uses the Eigen3 library.

Usage

This is intended to be used with the script build.sh.

Warning

Don't declare a main function in src. If this is your use case you need to change the Cmake file to stop using GLOB. (This isnt recommended anyway: We do not recommend using GLOB to collect a list of source files from your source tree. If no CMakeLists.txt file changes when a source is added or removed then the generated build system cannot know when to ask CMake to regenerate.)

Why is it in here anyway? Because I just tested the code and never actually needed to run it (its for my and your understanding).

About

A small C++ feed forward neural network using backpropagation written with the Eigen3 library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published