Click here to Skip to main content
15,884,176 members
Articles / Programming Languages / C++

Simple MLP Backpropagation Artificial Neural Network in C++ (Step by Step)

Rate me:
Please Sign up or sign in to vote.
5.00/5 (30 votes)
1 Mar 2019CPOL5 min read 48.8K   1.2K   37  
Implementing a very simple Backpropagation Neural Network algorithm to approximate f(x) = sin(x) using C++

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
CEO SAYAQ
Unknown
Received B.Sc. and M.Sc. degrees in Electrical Engineering (Communication) from University of Tabriz, Tabriz, in 2013 and 2016, respectively. My research interests include digital signal processing, adaptive systems, wireless sensor networks and image processing

Comments and Discussions