this post was submitted on 29 Nov 2023
1 points (100.0% liked)

Machine Learning

1 readers
1 users here now

Community Rules:

founded 11 months ago
MODERATORS
 

I have training data for 11 inputs and 2 outputs. Is there a library that can optimize the 11 inputs to minimize 1 output and maximize 1 output?

you are viewing a single comment's thread
view the rest of the comments
[–] This-Key3936@alien.top 1 points 9 months ago

Your are fitting model parameters to make input through the model (function) match the output?

Or you have a function where you want to solve for the inputs that min / max the output?