- Define Custom Deep Learning Layers: https://www.mathworks.com/help/deeplearning/ug/define-custom-deep-learning-layers.html
Back propagation NN on a linear system
1 回表示 (過去 30 日間)
古いコメントを表示
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?
0 件のコメント
回答 (1 件)
arushi
2024 年 9 月 10 日
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!
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Linear Regression についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!