Regression equation in neural network

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.

1 件のコメント

Sivakumaran Chandrasekaran
Sivakumaran Chandrasekaran 2016 年 1 月 18 日
have you tried neural network toolbox demos

サインインしてコメントする。

 採用された回答

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 ExchangeDeep Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by