Regression equation in neural network

1 次查看(过去 30 天)
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
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 个)

类别

Help CenterFile Exchange 中查找有关 Sequence and Numeric Feature Data Workflows 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by