Skip to content

Katy-katy/implementation-logistic-regression-in-Python-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Implementation Of Logistic Regression in Python

I did this small project as an assignment for “Machine Learning Nano Degree” program at udacity.com. My goal was to implement Logistic Regression using only Python and Numpy to predict the number of entering people for NY subway. I used gradient descent with different Alfa values and different number of iterations. I used the coefficient of determination (R2) to measure how well my algorithm works.

Releases

No releases published

Packages

No packages published