+ 2
Tutorial on neural network coding in c#?
could anybody please help me to find a tutorial on how to code a neural network in c#? i'm not looking for neural network basics but c# way of implementing it. thanks
1 Answer
+ 4
Clem, searching by the web I found that, maybe is helpful for you
https://visualstudiomagazine.com/articles/2015/04/01/back-propagation-using-c.aspx
https://www.codeproject.com/Articles/16447/Neural-Networks-on-C
With that, if you know, maybe you can learn more because you can share knowledge with developers
https://github.com/trentsartain/Neural-Network
Bye.