/logistic_regression

Getting fancy with logistic regression #machie_learning

Getting fancy with logistic regression

Author: Matheus Cesario <mts.cesario@gmail.com> Description: Learning logistic regression for machine learning purposes

Summary

  1. Description
  2. Introduction
  3. Algorithms
  4. Requirements
  5. Examples
  6. References

Description

Introduction

Algorithms

Gradient Descent

Conjugate Gradient

Broyden–Fletcher–Goldfarb–Shanno algorithm (BFGS)

Limited-memory BFGS (L-BFGS)

Requirements

Examples

References