Part 1 of a tutorial where I show you how to code a neural network from scratch using pure Python code and no special machine learning libraries. In this part we will start writing our helper functions, namely sigmoid and feed forward functions.
Link to code in GitHub: https://github.com/JamieMicro/PureNeu...