Discuss the below:
Based on our discussions in class, use a computer programming language (Matlab, C++, Java, etc) to implement a neural network multilayer perceptron (three layers: one input layer, one hidden layer, and one output layer) with backpropagation algorithm. Please test your code with the 8-3-8 coding example as we discussed in class, and report your simulation results. Plot a few snapshots of your simulation results such as weights, error convergence, hidden values, etc.