An open API service indexing awesome lists of open source software.

https://github.com/kdesp73/nn

Neural Network Library written in pure C
https://github.com/kdesp73/nn

backpropagation library neural-network neural-networks nn

Last synced: about 2 months ago
JSON representation

Neural Network Library written in pure C

Awesome Lists containing this project

README

          

# nn

Neural Network Library written in pure C

## References

- [GSL - GNU Scientific Library](https://www.gnu.org/software/gsl/)
- [neuralnetworksanddeeplearning](http://neuralnetworksanddeeplearning.com/chap1.html)
- [Theory](https://theneuralblog.com/forward-pass-backpropagation-example/)

## License

[MIT](./LICENSE)