MATLAB: How to make A Neural Network with following details

back propagationDeep Learning Toolboxfeed forward networkmultilayer perceptronneural network

Multilayer perceptron topology with error back propagation algorithm for training and For the weight updates method use of the delta-learning rule.

Best Answer

I lost my hand codes when my old computer died. Now I just use the NN Toolbox. I'm sure I and others have posted several versions of BP codes. However I don't know what search words will bring them up. You will just have to experiment.
Also, you may find some posted coding in comp.ai.neural-nets.
Sorry I couldn't be more helpful.
Greg