mikeizbicki / HLearn

Homomorphic machine learning
Other
1.63k stars 138 forks source link

repull: Add three regression models into HLearn-classification #12

Closed ghost closed 11 years ago

ghost commented 11 years ago

I cleaned some trash and keep important four changed files

according to http://mathworld.wolfram.com/LeastSquaresFittingExponential.html#eqn5 origin Exponential fit gives greater weights to small y values so, in order to weight the points equally, it is often better to minimize the function ModifiedExponential is tuned for that

mikeizbicki commented 11 years ago

Awesome, thanks. I just committed a comment adding that link to the top of the ModifiedExponential file as well.