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

https://github.com/aenguerrand/thu-ml-irls

Machine learning IRLS for Logistic Regression :chart_with_upwards_trend:
https://github.com/aenguerrand/thu-ml-irls

algorithm machine-learning tsinghua-university

Last synced: 21 days ago
JSON representation

Machine learning IRLS for Logistic Regression :chart_with_upwards_trend:

Awesome Lists containing this project

README

          

# thu-ml-IRLS
Machine learning IRLS for Logistic Regression :chart_with_upwards_trend:

## Datasets
- a9a/a9a: __Training dataset__
- a9a/a9a.t: __Testing dataset__

## Requirements
- Python 3
- Python packages: _numpy_, _matplotlib_

## Usage
````bash
python3 irls.py
````

## Results
:bar_chart: 85.01 % (accuracy on test dataset)

All results is print and somes figures is put inside _figures_ directory.