How to properly train the neural network type RBF?
1 次查看(过去 30 天)
显示 更早的评论
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.
0 个评论
采纳的回答
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 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Sequence and Numeric Feature Data Workflows 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!