Regression equation in neural network

4 vues (au cours des 30 derniers jours)
Md  Ariz
Md Ariz le 18 Jan 2016
Commenté : naveen kumar s le 5 Août 2021
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 commentaire
Sivakumaran Chandrasekaran
have you tried neural network toolbox demos

Connectez-vous pour commenter.

Réponse acceptée

Greg Heath
Greg Heath le 22 Jan 2016
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 commentaire
naveen kumar s
naveen kumar s le 5 Août 2021
hello Greg
Can you please define terms in equation you have given to obtain Correlation equaion.
Thanks

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by