You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, I have to train a network every time I want to change the value of the parameters. Is there a way to parameterize the NN in such a way that it can predict the solution for multiple values of the parameters at the same time?
Thank you!
The text was updated successfully, but these errors were encountered:
Hi @FacuRoffet99 , here's an example of how to solve what we call a bundle of solutions. Make sure you have the latest version of the library (v0.6.2 or higher)
I have a system with one input (t), two outputs (x and y) and two parameters (a and w):
Currently, I have to train a network every time I want to change the value of the parameters. Is there a way to parameterize the NN in such a way that it can predict the solution for multiple values of the parameters at the same time?
Thank you!
The text was updated successfully, but these errors were encountered: