Description: Machinepy is a powerful Python library that was designed to make machine learning neural networks more accessible for everyone that knows the basics of any programming language.
Training your neural network with machinePy could not be easier. This function handles the infamous backpropagation . It takes four parameters:
From the output we can see that the neural network is well trained and the output is close to the 1-0-0-1 target. If we increased the number of epochs, the output would get even closer to the target outputs, however, it is important not to over-train the neural network. Feel free to contact us if you have any questions.