How to properly train the neural network type RBF?

Dear all,
I have this code:
P = c{1,:};
T = c{2,:};
net = newrb(P,T,0,3);
Comand Window returns this: NEWRB, neurons = 0, MSE = 0
Is this correct or there is mistake?
Thank you for your answers.

 채택된 답변

Greg Heath
Greg Heath 2015년 2월 16일
A mistake.
1. See the documentation
help newrb
doc newrb
2. See my previous posts. Search the NEWSGROUP and ANSWERS using
greg newrb
Hope this helps.
Thank you for formally accepting my answer
Greg

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

태그

질문:

2015년 2월 16일

답변:

2015년 2월 16일

Community Treasure Hunt

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

Start Hunting!

Translated by