RBF NN using newrb for prediction one target "output vector" from many inputs factors " 15 vectors"
Show older comments
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 Comment
srikanth allamsetty
on 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.
Accepted Answer
More Answers (0)
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!