MIT - Massachusetts Institute of Technology

Creating a neural network is simply a matter of calling the appropriate MATLAB( function and supplying it with the necessary information. For example, the following code creates a new feed-forward network that uses the logarithmic-sigmoidal transfer function in both layers and trains its neurons with the resilient backpropagation training ... ................
................