Simulation and Modelling.Neural Network
11 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
- Go to the UCI machine Learning repository site as indicated below and download iris dataset. https://archive.ics.uci.edu/ml/index.php
Successfully downloaded dataset and ran command: load iris_dataset to load iris_Input.xlsx and irisTarget.xlsx
2. Determine number of instances and number of attributes.
% number of attributes iris_Input
length(irisInputs)
size(irisInputs)
% number of attributes iris_Target
length(irisTargets)
size(irisTargets)
3. Use four different training function available in nntool and consider two performance metrics to determine most suitable and optimum training function for this dataset.
My problem is how to determine most suitable & optimun training function?? According to I used Linear design and Linear train because they provide output quick
4. Present all the outputs and discuss them.
And how to present the output ?? And I am clueless on how to present output,
Kindly assist, if the above-mentioned answers are correct/incorrect, and assist with description of what is expected in number 4,
Thank you
0 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Deep Learning Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!