Coding Neural Network Back-Propagation Using C# -- Visual Studio Magazine
Back-Propagation is the most common algorithm for training neural networks. Here's how to implement it in C#. Back-propagation is the most common algorithm used to train neural networks. There are many ways that back-propagation can be implemented. This article presents a code implementation, using C#, which closely mirrors the terminology and explanation of back-propagation given in the Wikipedia entry on the topic.
May-21-2016, 01:10:18 GMT
- Technology: