Please use a computer programming language (Matlab, C++, Java,etc) to implement a neural network multilayer perceptron (threelayers: one input layer, one hidden layer, and one output layer)with a backpropagation algorithm. Please test your code with the8-3-8 modeling. Please plot a few snapshots of your simulationresults such as weights, error convergence, hidden values, etc.Please explain the code.
Solution