Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bowiehsu/kaggle
https://github.com/bowiehsu/kaggle
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bowiehsu/kaggle
- Owner: BowieHsu
- Created: 2015-04-04T18:10:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-09T11:35:13.000Z (over 8 years ago)
- Last Synced: 2024-03-16T01:02:18.690Z (8 months ago)
- Language: Python
- Size: 19 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.