How to train RBF NN with MFCC coefficients??

hi, i've calculated MFCC coeffients of my voice sample.its a 13*256 matrix. i've 5 such feature vector for 5 speech samples of the same word. i created a RBF NN with newrb(p,t) where p is input, which is one of the feature vectors and t=eye(1,256). the network was created with 256 epochs. now i want to train the net with rest of the feature vectors. here i'm having a trouble. i used train(net,p,t). but it shows an error as "Network "trainFcn" is undefined.". can u please help me???? also can i use the same net to train for identifying another with different target vector??

 採用された回答

Greg Heath
Greg Heath 2015 年 11 月 7 日

0 投票

UNFORTUNATELY, A given newrb net can be trained once and only once.
Additional training is not allowed.
Greg

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeAI for Signals についてさらに検索

質問済み:

2014 年 2 月 28 日

回答済み:

2015 年 11 月 7 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by