How to write our own Loss function in Deep neural network layers.
20 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Haleema Sadia
el 27 de Oct. de 2021
Respondida: Mohammad Sami
el 29 de Oct. de 2021
I have to implement this unsupervised DNN network and a loss function given in figures. How I can introduce this loss function into my last layer in Matlab? Anycan can please guide.
0 comentarios
Respuesta aceptada
Mohammad Sami
el 29 de Oct. de 2021
You can first check if the loss function is already available in Matlab here.
If its not available you can create your own custom loss function by creating a Classification or Regression layer based on the following tutorial.
0 comentarios
Más respuestas (0)
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!