Convert Classification Network into Regression Network
20 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
GEORGIOS
el 11 de Dic. de 2024 a las 8:27
Editada: Cris LaPierre
el 12 de Dic. de 2024 a las 4:27
I 'm trying to build a regression ResNet 18 model. In previous versions there was lots of output layers. How can i find these layers now ?
0 comentarios
Respuesta aceptada
Cris LaPierre
el 12 de Dic. de 2024 a las 0:08
Editada: Cris LaPierre
el 12 de Dic. de 2024 a las 4:27
In R2024a, machine learning models were transitioned to dlnetwork. Rather than assign the output, they now output the prediction scores.
So you would still use Deep Network Desigher to build your network. You would then use trainnet with the targets set to 'mse', and minibatchpredict to obtain the predictions from your network.
0 comentarios
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!