Effacer les filtres
Effacer les filtres

How can I set a value to the learning rate of an autoencoder?

3 vues (au cours des 30 derniers jours)
muhamed ibrahim
muhamed ibrahim le 21 Déc 2020
Réponse apportée : Vidip le 26 Mar 2024
why can't I find a 'learning rate' as a training option for an autoencoder in matlab?

Réponses (1)

Vidip
Vidip le 26 Mar 2024
The ‘trainAutoencoder’ function uses optimization algorithms that don't expose a learning rate parameter in the same way that gradient descent-based algorithms do. It typically uses variations of conjugate gradient backpropagation, which automatically adjust their search step size based on the gradient information. These algorithms focus on efficiently finding a minimum of the loss function without requiring manual tuning of a learning rate.
For more information, you can refer to the documentation link below:

Catégories

En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by