Skip to content

Instantly share code, notes, and snippets.

@yusugomori
yusugomori / LogisticRegression.py
Last active March 30, 2021 00:03
multiclass Logistic Regression
#!/usr/bin/env python
# -*- coding: utf-8 -*-
'''
Logistic Regression
References :
- Jason Rennie: Logistic Regression,
http://qwone.com/~jason/writing/lr.pdf