Skip to content

Commit

Permalink
update LR
Browse files Browse the repository at this point in the history
  • Loading branch information
csuldw committed Feb 20, 2016
1 parent 4ba9420 commit fd422aa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions Logistic Regression/logistic_regression.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# -*- coding: utf-8 -*-
#!/usr/bin/python
"""
Created on Sat Feb 20 20:02:08 2016
Logistic Regression
Expand Down
8 changes: 7 additions & 1 deletion Logistic Regression/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,10 @@ classify error.
67-th sample 0 is classfied as: 1
classify error.
error rate is: 0.2836
```
```


# 参考资料

- 机器学习实战
- Andrew Ng 机器学习公开课
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# MachineLearning

机器学习算法代码及个人总结整理!
机器学习算法代码及个人总结整理!

- Logistic Regression (二分类): [source](https://github.com/csuldw/MachineLearning/tree/master/Logistic%20Regression) 。包含数据集和源码。

0 comments on commit fd422aa

Please sign in to comment.