I wish to design a multi-layer feed-forward neural network classifier on fisheriris dataset in MATLAB.
How to go about it ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The two most commonly used toolboxes for the neural networks in MATLAB are:
Here is a demo from Neural Network Toolbox‘s documentation that illustrates using a neural network as a classifier to identify the sex of crabs from physical dimensions of the crab, from which you can take inspiration for the iris data set: http://www.mathworks.com/products/neural-network/demos.html?file=/products/demos/shipping/nnet/classify_crab_demo.html