Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bowiehsu/kaggle


https://github.com/bowiehsu/kaggle

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# Repository of machine learning algorithm used in Kaggle compitetion
1.A logistic regression classifier using gradeint descend method, comparing with the logistic regression in sklearn, it may be a little bit slow(the sklearn used liblinear which is wrote in C programming language) but it can be used by beginner for learning the machine learning algorithm, users can debug it freely.