# https://class.coursera.org/neuralnets-2012-001/lecture/39 # [3] The Back Propagation Algorithm # https://www4.rgu.ac.uk/files/chapter3%20-%20bp.pdf # [4] The original location of the code # https://github.com/mattm/simple-neural-network/blob/master/neural-network.py class Neural...