How can I display recognized digits on output?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Greg Heath
le 24 Juil 2014
Modifié(e) : Greg Heath
le 25 Juil 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.
Réponses (0)
Voir également
Catégories
En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!