A Simple Neural Network in C#. Translated from Python. Python code by Milo Spencer-Harper. https://medium.com/technology-invention-and-more/how-to-build-a-simple-neural-network-in-9-lines-of-python-code-cc8f23647ca1#.igtf4yv2o
It helps me to get a deeper understanding of how Neural Networks work. And also it's about 90% faster
10 000 Iterations: Python 640ms C# 75ms - 88% faster
50 000 Iterations: Python 3744ms C# 194ms - 95% faster
100 000 Iterations: Python 7657ms C# 259ms - 97% faster
Math.NET Numerics (Math.NET Numerics License (MIT/X11))