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

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.

댓글을 달려면 로그인하십시오.

 채택된 답변

Search the NEWSGROUP and ANSWERS using
greg newrb
Concentrate on the ones used for classification and pattern-recognition.
Hope this helps.
Thank you for formally accepting my answer
Greg

댓글 수: 2

Thank you Greg, I have seen your contribution in some questions before i ask mine. I searched too as you recommend in your answer, i found them not related to my case. I am not working on classification as many questions are, i am working on prediction one output from 15 input predictors. I used NN fitting tool and it works fine. but my question is can that be done with RBF "newrb" or not?
newrb works just as well for regression.
The biggest problems with newrb are
1. You cannot assign an initial configuration
2. It does not have the flexibility of newfit or patternnet.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

질문:

2015년 1월 8일

댓글:

2016년 8월 23일

Community Treasure Hunt

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

Start Hunting!

Translated by