RBF NN using newrb for prediction one target "output vector" from many inputs factors " 15 vectors"
Ältere Kommentare anzeigen
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 Kommentar
srikanth allamsetty
am 23 Aug. 2016
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.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Support Vector Machine Regression finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!