NeuralNetStudy My implementation of multilayer perceptron using python Example: Approximation of function F(x, y) = sin(3 * x) * cos(2 * y) * 0.5 learning rate = 0.0005 1000 epochs original function network approximation error during learning