Back propagation NN on a linear system

Hello, I have a dataset with four input features and their corresponding regression outputs. I want to train a model using back propagation ANN to predict the output values for new input, please how can I do this. One option is to use linear regression, but that does model my data well enough. Another option is to use fitnet function, but I want to actually work with the code and control the parameters like cost function and activation. Please what code can I use to solve this regression problem using back propagation?

Respuestas (1)

arushi
arushi el 10 de Sept. de 2024

0 votos

Hi Stan,
You can create your own custom neural network and can have control over all the training parameters. Take a look at below documentation.
Hope it helps!

Categorías

Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.

Productos

Versión

R2021a

Preguntada:

el 2 de Ag. de 2022

Respondida:

el 10 de Sept. de 2024

Community Treasure Hunt

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

Start Hunting!

Translated by