Borrar filtros
Borrar filtros

Generating equation in ANN

4 visualizaciones (últimos 30 días)
Carmela Marie Lingad
Carmela Marie Lingad el 1 de Jul. de 2021
Respondida: Shree Charan M L el 17 de Oct. de 2023
Hi. I have 5 input values with 33 data per input value. And I have 1 output value with 33 data in the output value. Basically my input is 5x33 and my output is 1x33. I am using the nnstart as a means to train my data. I would like to ask if how can I generate an equation for the output value with the input values as the variables? I can't seem to find an option in the nnstart after I train my data. Thank you so much.

Respuestas (1)

Shree Charan M L
Shree Charan M L el 17 de Oct. de 2023
Hi Carmela,
The equation for fitnet is
y = b2 + LW*tanh(b1+IW*x);
where
b1 = net.b{1};
b2 = net.b{2};
IW = net.IW{1,1};
LW = net.LW{2,1};
‘nnstart’ opens the following apps - Neural Net Fitting app, Neural Net Pattern Recognition app, Neural Net Clustering app, and Neural Net Time Series app. You may refer to the following documentation to read more about the algorithms used in each of these apps:
You may refer to the following MATLAB Answers articles for more information:

Categorías

Más información sobre Sequence and Numeric Feature Data Workflows en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by