How can I train a Convolutional Neural Network for a Regression task?

I recently learned about Matlab's 2016a version having introduced CNN implementations and functions. What I want to ask is if it is possible to construct a CNN to fit a function (regression). Just like you would use 'fitnet' from Neural Network Toolbox. Can I train a new CNN to do that?

답변 (1개)

Tejas
Tejas 2024년 10월 28일
Hello Ioannis,
A Convolutional Neural Network (CNN) can indeed be trained for regression tasks. This documentation provides an example of Convolutional Neural Network (CNN) used for regression task. In the example, CNN predicts the angles of rotation (regression task) for handwritten digits:
web(fullfile(docroot, "deeplearning/ug/train-a-convolutional-neural-network-for-regression.html"));

카테고리

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

질문:

2016년 4월 22일

답변:

2024년 10월 28일

Community Treasure Hunt

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

Start Hunting!

Translated by