How to compute the gradients of the the Neural Network in matlab
10 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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?
Risposte (1)
Shantanu Dixit
il 1 Lug 2023
Hi Hanqiu,
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.
Vedere anche
Categorie
Scopri di più su Sequence and Numeric Feature Data Workflows in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!