MATLAB: Matlab M-file codes for neural network training for sinusoidal wave using feedforward backpropagation technique.

feed forward back-propagation techniqueneural network training

i want the matlab M- file codes for training the neural network for sinusoidal wave using feedforward backpropagation technique. matlab version is 2009

Best Answer

The code is straightforward. See the documentation example for fitnet.
Hope this helps.
Greg