Andres Castillo

Results 9 comments of Andres Castillo

I will elaborate later, but up to I know, the damping value is adjusted within the optimization loop, based on the update speed. If the algorithm is changing too slowly,...

Hello there, Indeed, the LM algorithm should minimize sum of **weighted** squared residuals. I remember in the original implementation there were a parameter called _weight = weighting vector for least...

function parametrizedFunction(params, c) { return (x) => c + f(params); } I cannot or should not modify f. And c should be chosen from a finite set of possible values....

I see. Nevertheless, the factory function used in this way is syntactic sugar for defining functions within a loop. My real concern is that there exist many complex function with...

It has to be the Root Mean Squared Error. It is the function minimised by the method.

So this issue is solved by solving #7. I'm on it

There should be bugs in the view because we included breaking changes on the last version to have the same API on the repositories of ML.

The default value should be 0. In principle it is intended to smooth the function, but S-G extended it to approach derivatives as well. I don't think there is a...