An open API service indexing awesome lists of open source software.

https://github.com/wangg12/irls_using_dl_frameworks

IRLS(Iterative re-weighted least square) for Logistic Regression, implemented using tensorflow2.0/pytorch
https://github.com/wangg12/irls_using_dl_frameworks

irls logistic-regression python3 pytorch tensorflow tensorflow-2

Last synced: about 1 year ago
JSON representation

IRLS(Iterative re-weighted least square) for Logistic Regression, implemented using tensorflow2.0/pytorch

Awesome Lists containing this project

README

          

# IRLS using DL frameworks
* IRLS(Iterative re-weighted least square) for Logistic Regression, implemented using
* tensorflow < 2.0
* tensorflow2.0
* pytorch
* paddlepaddle
* megengine

* Note that IRLS is a second order optimization problem, which is equivalent to Newton's method.

* We show that these DL frameworks can do general matrix based algorithms, and can be accelerated by the power of gpu.

* In this implementation, we use svd to solve pseudo inverse of singular matrices.