- My configurable Neural Net written in C# - Updated with Ability to Import/Export. https://github.com/trentsartain/neural-network 11 comments programming
- A configurable Neural Network with Back-Propagation and Biases. Written in C#. https://github.com/trentsartain/neural-network 17 comments programming
Linked pages
- A Neural Network in 11 lines of Python (Part 1) - i am trask https://iamtrask.github.io/2015/07/12/basic-python-network/ 320 comments
- A Step by Step Backpropagation Example – Matt Mazur https://mattmazur.com/2015/03/17/a-step-by-step-backpropagation-example/ 60 comments
- The Nature of Code http://natureofcode.com/book/chapter-10-neural-networks/ 29 comments
- machine learning - What is the role of the bias in neural networks? - Stack Overflow https://stackoverflow.com/questions/2480650/what-is-the-role-of-the-bias-in-neural-networks 12 comments
- Sigmoid function - Wikipedia https://en.wikipedia.org/wiki/Sigmoid_function 6 comments