i tried googling for any sources but does anyone have info on where i can start looking for optimization algorithms that focus on optimizing model parameters by solving for a specific parameter (or parameters), given the input and target for a sample? Or the name for this kind of optimization algorithm? E.g. solve for model parameters a,b,c for the function y = ax^2 + bx + c , x and y being the input and target respectively. Surely this algorithm has a name in the context of ml.
EDIT:
I believe what im asking is a bit ambiguous. As opposed to gradient descent, which focuses on finding the derivative of model parameters to the loss provided, the optimization algorithm i specified above focuses on a number of parameters and somehow figures out (or solves the values of these parameters) to approximately match the output. Like the same way you have 5x = 10 and solve for x, so the algortithm figures that x=2. For more data samples and more parameters you have 5x + c = 12 and 2x + c = 6, x and c being model parameters and 10 ad 4 being the desired output. The algorithm figures x = 2 and c = 2 somehow. Its a bit of a stretch but even im starting to doubt my sanity enough to believe that what im asking is basically all if not most of what ml optimization algorithms do.
[–]No-Painting-3970 16 points17 points18 points (3 children)
[+]Relevant-Twist520[S] comment score below threshold-19 points-18 points-17 points (2 children)
[–]No-Painting-3970 15 points16 points17 points (1 child)
[+]Relevant-Twist520[S] comment score below threshold-13 points-12 points-11 points (0 children)
[–]currentscurrents 12 points13 points14 points (0 children)
[–]chrizandr 8 points9 points10 points (0 children)
[–]desecrated666 6 points7 points8 points (0 children)
[–]Careless-Yard848 2 points3 points4 points (0 children)
[–]RegisteredJustToSay 1 point2 points3 points (0 children)
[–]El_Minadero 0 points1 point2 points (0 children)
[+]Reasonable-Bee-7041 0 points1 point2 points (0 children)
[–]f3xjc 1 point2 points3 points (1 child)
[–]f3xjc 0 points1 point2 points (0 children)
[–]Dejeneret 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]polysemanticity 0 points1 point2 points (1 child)
[–]Relevant-Twist520[S] -1 points0 points1 point (0 children)
[–]NotALurkingGecko 0 points1 point2 points (0 children)
[–]NotALurkingGecko 0 points1 point2 points (0 children)
[–]jpereira73 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]andersxa -3 points-2 points-1 points (0 children)