This book is a guide on how to implement a neural network in the Python programming language. It begins by giving you a brief overview of neural networks so as to know what they are, where they are used, and how they are implemented. The next step is an exploration of the backpropagation algorithm. This is the algorithm behind the functionality of neural networks, and it involves a forward and backward pass. Numby is a Python library which can be...