• Stars
    star
    2
  • Language
    C++
  • Created almost 10 years ago
  • Updated almost 10 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Rudimentary, (and not necessarily bug-free), artificial neural network implementation in C++. Currently supports multilayered-feedforward networks with arbitrary layer sizes and connectedness, as well as stochastic gradient descent and genetic-algorithm-based unsupervised learning. There is not any documentation currently, really, look at the large comment blocks in the .h files if you want to learn what things do.