Create a package for performance function in Matlab "perform.Fcn" from scratch without building above existed one
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi everyone
I am trying to create a shallow NN that estimates the parameters of an equation given the input and output. The perfromance function is using the parameters to estimate y_pred and then compare it with y_act and back propogated the error. I need to create a package doing the same thing but without building on existing one like mse because I didn't know how to tune it according to this question:
So I want to built one from scratch. To make the idea clearer I want to estimate the parameters using NN in away that is similar to RLS, that the parameters are adjusted using the error between the estimated output (Using the parameters) and the actual output
2 commentaires
Steven Lord
le 1 Fév 2023
Do you have a specific question about implementing a new performance function? I see that you reopened this question. I suspect it was closed initially because it wasn't clear what you were looking for from the Answers community.
Réponses (0)
Voir également
Catégories
En savoir plus sur Passivity and Sector Bounds 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!