How can I train a Convolutional Neural Network for a Regression task?
11 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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?
0 comentarios
Respuestas (1)
Tejas
el 28 de Oct. de 2024 a las 5:55
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"));
0 comentarios
Ver también
Categorías
Más información sobre Deep Learning Toolbox en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!