sinshu / numflat

A numerical computation library for C#
MIT License
22 stars 3 forks source link

Add logistic regression #11

Closed sinshu closed 3 months ago

sinshu commented 9 months ago

https://github.com/accord-net/framework/blob/development/Sources/Accord.Statistics/Analysis/LogisticRegressionAnalysis.cs

sinshu commented 5 months ago

https://retostauffer.github.io/Rfoehnix/articles/logisticregression.html

sinshu commented 4 months ago

https://stats.stackexchange.com/questions/344309/why-using-newtons-method-for-logistic-regression-optimization-is-called-iterati

sinshu commented 3 months ago

https://github.com/jaeho3690/LogisiticRegression/blob/main/LogisticRegressionIRLS.ipynb