Skip to content

antonio-f/LR_Optimization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logistic Regression and Optimization (Tutorial)

A basic tutorial about the following topics:

  • polynomial features
  • logistic regression
  • mini-batch SGD (Stochastic Gradient Descent).

Needs just Python with Matplotlib and NumPy modules.