Skip to content

sterrlia/neural_network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dense neural network implementation

  • Neural network implementation from scratch in C++
  • Built for learning purposes

Features

  • Network generation
  • Sigmoid activation function
  • Xavier Glorot weight initialization
  • Forward pass
  • Backpropagation
  • Matrix for weights

Development install

Make sure you have Eigen-3.4.0 installed system-wide

make setup
make build
make test

About

Neural network implementation from scratch in C++

Topics

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Packages

 
 
 

Contributors