Skip to content

synetic707/simple-neural-network-csharp

Repository files navigation

Simple Neural Network C Sharp

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

Why translate it in C#?

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

Libraries used

Math.NET Numerics (Math.NET Numerics License (MIT/X11))

About

A Simple Neural Network in C#. Translated from python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages