RBF NN using newrb for prediction one target "output vector" from many inputs factors " 15 vectors"
古いコメントを表示
I am working in a research for forecasting electricity price. I am using a RBF network "newrb" for predicting electricity price . the network has 15 inputs (different factors) and one output(electricity price). i am asking how to do that using newrb for different Input & Output matrices ( 15 input predictors for one Output).
net = newrb(P,T,goal,spread,MN,DF).
P: R-by-Q matrix of Q input vectors.
T: S-by-Q matrix of Q target class vectors.
in my case P matrix ≠ T matrix
1 件のコメント
srikanth allamsetty
2016 年 8 月 23 日
Hi, I am also working on a similar kind of problem but in a different area, with 5 input parameters and one output, which need to be predicted. Did you find any way to solve your problem using RBF? if so please provide me some information. Thank you in advance.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Support Vector Machine Regression についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!