How to write our own Loss function in Deep neural network layers.
20 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Haleema Sadia
il 27 Ott 2021
Risposto: Mohammad Sami
il 29 Ott 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 Commenti
Risposta accettata
Mohammad Sami
il 29 Ott 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 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Deep Learning Toolbox in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!