Click here to Skip to main content
15,884,177 members
Articles / Artificial Intelligence / Neural Networks

Back-propagation Neural Net

Rate me:
Please Sign up or sign in to vote.
4.79/5 (41 votes)
4 Sep 2022MIT5 min read 502.5K   8.3K   118  
A C++ class implementing a back-propagation algorithm neural net, that supports any number of layers/neurons

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Software Developer
Australia Australia
A technology enthusiast with interest in all aspects of software development. I code in C, C++, Java and Go mostly on Unix/Linux.

Comments and Discussions