What does OUtputs mean in neural network Tollbox ??
Mostrar comentarios más antiguos
Hi,
I'm appliying a neural network for classification of my dataster so i used :
net = patternnet( hiddenLayerSize); to create the network ; [net, tr] = train(net, inputs, targets); for training ; outputs = net(inputs); to test the network;
My question is : What does the outputs matrix represent ?? , i'm triyng to find in which class the test examples have been classified without using the targets; so i need to understand the outputs !!
Can anybody help me please ?
1 comentario
Greg Heath
el 10 de En. de 2014
Do not have time for a more helpful answer right now.
Meanwhile, check out some of my code, comment and answers. Search on
greg patternet
and look at the newest posts first.
Also: There may be something useful in the NEWSGROUP.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre AI for Signals en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!