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?

답변 (1개)

arushi
arushi 2024년 9월 10일

0 개 추천

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!

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

제품

릴리스

R2021a

질문:

2022년 8월 2일

답변:

2024년 9월 10일

Community Treasure Hunt

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

Start Hunting!

Translated by