Back propagation NN on a linear system

8 次查看(过去 30 天)
Stan Stan
Stan Stan 2022-8-2
回答: arushi 2024-9-10,5:25
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?

回答(1 个)

arushi
arushi 2024-9-10,5:25
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!

类别

Help CenterFile Exchange 中查找有关 Linear Regression 的更多信息

产品


版本

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by