Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 440 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 440 Bytes

PythonNeuralNetwork

An implementation of a neural network in python, including backpropagation and training. This is a working example of how a neural network and its training can be implemented in python without the use of tensorflow or similar libraries. In reality, it was implemented as a an exercise in multiple technologies:

pytest for unit testing

python and numpy as a replacement for Matlab

backpropagation in neural networks