How can I display recognized digits on output?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I am using Neural Network from Matlab toolbox,My input to the classifier are dtmf digits pitch and intensities. The desired output digits should be any three digits of my inputs according to which rows of target should also be three digits and number of columns remain the same for input and outputs,Can you tell me please how will I know the output digits?
Moreover, is there any way that i could per testing on neural network just like we do on naivebayes classifier by giving test file, train file and target file?
Hope you will come with a clue to this. Thanks!
Soniya.
2 Kommentare
Greg Heath
am 24 Jul. 2014
Bearbeitet: Greg Heath
am 25 Jul. 2014
What are dtmf digits? What do their pitch and intensity mean? Is this considered classification or regression? Please give examples of one or more input/target pairs. Size of input and output matrices, clear definition of classifier classes, ...etc
The regression (fitnet) and classifier (patternnet) functions automatically divide the data into training, validation and test sets.
Antworten (0)
Siehe auch
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!