I am using neural network module in matlab. I have 8 independent variable e.g X1, X2, X3,...X8 with 1 dependent variable e.g Y. As i used neural network and got a equation like-- Output = a*(target)+b, but I want a regression equation like -- Y(predicted) = f(X1, X2, X3,...X8). Is this provision available in neural network.

 채택된 답변

Greg Heath
Greg Heath 2016년 1월 22일

0 개 추천

y = repmat(b2,O,N) + LW*tanh( repmat(b1,I,N) + IW*x );
Hope this helps.
Thank you for formally accepting my answer
Greg

댓글 수: 1

naveen kumar s
naveen kumar s 2021년 8월 5일
hello Greg
Can you please define terms in equation you have given to obtain Correlation equaion.
Thanks

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

질문:

2016년 1월 18일

댓글:

2021년 8월 5일

Community Treasure Hunt

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

Start Hunting!

Translated by