implement the ANN-based classifier for three class of vehicles-train, bus and two wheeler
Mostrar comentarios más antiguos
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 %
Respuesta aceptada
Más respuestas (1)
Image Analyst
el 5 de Mayo de 2013
0 votos
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?
Categorías
Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!