Create a package for performance function in Matlab "perform.Fcn" from scratch without building above existed one
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Steven Lord
el 1 de Feb. de 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.
Respuestas (0)
Ver también
Categorías
Más información sobre Passivity and Sector Bounds en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!