How to test data on neural network toolbox after training it.
Show older comments
Hello. I am trying to make a speaker recognition system.
I have used neural network toolbox for training my data using back propogation method. I have stored voice samples (which says 'one')as data. Of the input I gave it took the 60% as train data, 20% as validation data and 20% as test data.The training is successful.
My question is that now how to test the data i.e. if i say the same word 'one' then it should tell that this sample matches with which one of the stored data.
I used y=sim(net,test) where test is the test data. This gives a value of 10.876 in my case.
What does this mean?
Kindly guide me. Thanks,
Nidhi
Accepted Answer
More Answers (0)
Categories
Find more on Pattern Recognition 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!