where to change values in nftool

9 views (last 30 days)
I'm using nftool in matlab 7.9 version.... please can someone tell me where to change these values.... i got the output using default values... but i dint know where to change these values..... is it in the create_fit_net function generated while using nftool..... what should i do to make these cahnges..... please do reply....
1. Number of input neurons: 6
2. Number of hidden layers: 1
3. Hidden neurons: 12
4. Output neurons: 1
5. Learning rate: 1
6. Activation function is sigmoidal with values between [0,1]
7. All weights randomly initialized
8. Training phase: back propagation (BP)
9. Test training conditions: (a) epochs: 2000. (b) mean squared error (MSE): 0.001.

Accepted Answer

Shashank Prasanna
Shashank Prasanna on 27 Jan 2013
You can find all this information in the documentation. Here is the doc for the version of MATLAB you are using:

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!