implement the ANN-based classifier for three class of vehicles-train, bus and two wheeler
Show older comments
The first three columns correspond to the output label-the type of vehicle chosen by a person for office travel. remaining columns are the input characteristics based on the vehicle mode that is chosen. Use only selected input characteristics for classifier. Here is procedure to follow:
1. select 150 rows (4-10)columns from the text and read,normalize and input the data for training
2. selct 150 rows and (1-3) colums and read as data for train output(train data labels)
3.select (151-182)rows and (4-10)colums from the text and read,normalize and input data for test
4. convert the obtained output from neural network in to a form similar to train data labels to produce output labels
5. Compute the accuracy of classifier in %
Accepted Answer
More Answers (1)
Image Analyst
on 5 May 2013
0 votes
Which step(s) of your homework does your professor want us to do for you? Which do you want us to do for you, or which do you want hints/guidance on?
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!