Effacer les filtres
Effacer les filtres

How to compute the gradients of the the Neural Network in matlab

9 vues (au cours des 30 derniers jours)
hanqiu bao
hanqiu bao le 30 Juin 2023
Commenté : hanqiu bao le 14 Juil 2023
If we have a nural network: y = f(x,u), then how to caculate the dy/du or dy/dx in matlab? Is there any tool in matlab?

Réponses (1)

Shantanu Dixit
Shantanu Dixit le 1 Juil 2023
Hi Hanqiu,
Refer to dlgradient-MATLAB for gradient calculation.
The function takes in y-(Variable to differentiate) and x1,x2....xk (Variable in function) and returns the gradient (dydx1,dydx2,...dydxk) corresponding to the variables in function.

Catégories

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

Produits


Version

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by