How can I design my own fitting neural network?
23 views (last 30 days)
Show older comments
I want to design a neural network which will be trained to calculate the squra root of 1000 random numbers generated. but I don't want to use fitnet, instead I want to design my own fitting network. can any one tell me the architecture of fitnet used in matlab means how many layers, initializing functions, training functions etc used.
0 Comments
Accepted Answer
Greg Heath
on 1 Dec 2013
Always start with the default configuration.
help fitnet
Combine with the script obtained via the nntool GUI.
You also can find examples by searching
greg fitnet Ntrials
HTH
Thank you for formally accepting my answer.
Greg
More Answers (0)
See Also
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!