Skip to content

Commit

Permalink
fix some syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangf13 committed Sep 16, 2018
1 parent 499d9df commit 7ac171a
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions README-eng.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

* Machine-Learning in Practice (Detailed Comments + Training Datasets), Keep updating!<br>

* Welcome to my[[CSDN CSDN Column](http://blog.csdn.net/column/details/16415.html "悬停显示")]<br>
* Welcome to my[[CSDN Column](http://blog.csdn.net/column/details/16415.html "悬停显示")]<br>

* Follow me on[[ Zhihu Column](https://zhuanlan.zhihu.com/ml-jack "悬停显示")]<br>
* Follow me on[[Zhihu Column](https://zhuanlan.zhihu.com/ml-jack "悬停显示")]<br>

* QQ Group for Communication[328127489]<a target="_blank" href="//shang.qq.com/wpa/qunwpa?idkey=e70f3fcff3761450fda9b43eadc1910dac308a962ef9e3e87941cd2c681c4bb4"><img border="0" src="https://github.com/Jack-Cherish/Pictures/blob/master/qqgroup.png" alt="Coder" title="Coder"></a><br>

Expand All @@ -32,7 +32,7 @@

### Code

* [1.k-NN Entry Level k-NN](https://github.com/Jack-Cherish/Machine-Learning/tree/master/kNN/1.%E7%AE%80%E5%8D%95k-NN "悬停显示")
* [1. Entry Level k-NN](https://github.com/Jack-Cherish/Machine-Learning/tree/master/kNN/1.%E7%AE%80%E5%8D%95k-NN "悬停显示")

* [2. Miss Helen Dating History](https://github.com/Jack-Cherish/Machine-Learning/tree/master/kNN/2.%E6%B5%B7%E4%BC%A6%E7%BA%A6%E4%BC%9A "悬停显示")

Expand All @@ -47,7 +47,7 @@

### Code

* [1.Loan Prediction](https://github.com/Jack-Cherish/Machine-Learning/blob/master/Decision%20Tree/Decision%20Tree.py "悬停显示")
* [1. Loan Prediction](https://github.com/Jack-Cherish/Machine-Learning/blob/master/Decision%20Tree/Decision%20Tree.py "悬停显示")

* [2. Contact Lenses](https://github.com/Jack-Cherish/Machine-Learning/blob/master/Decision%20Tree/Sklearn-Decision%20Tree.py "悬停显示")

Expand All @@ -60,11 +60,11 @@

### Code

* [1.Comment Filter](https://github.com/Jack-Cherish/Machine-Learning/blob/master/Naive%20Bayes/bayes.py "悬停显示")
* [1. Comment Filter](https://github.com/Jack-Cherish/Machine-Learning/blob/master/Naive%20Bayes/bayes.py "悬停显示")

* [2.Spam Filter](https://github.com/Jack-Cherish/Machine-Learning/blob/master/Naive%20Bayes/bayes-modify.py "悬停显示")
* [2. Spam Filter](https://github.com/Jack-Cherish/Machine-Learning/blob/master/Naive%20Bayes/bayes-modify.py "悬停显示")

* [3.News Catalogues](https://github.com/Jack-Cherish/Machine-Learning/blob/master/Naive%20Bayes/nbc.py "悬停显示")
* [3. News Catalogues](https://github.com/Jack-Cherish/Machine-Learning/blob/master/Naive%20Bayes/nbc.py "悬停显示")

## Chapt. 5: Logistic Regression

Expand All @@ -75,11 +75,11 @@

### Code

* [1.Logistic Regression Entry Level Exercise](https://github.com/Jack-Cherish/Machine-Learning/blob/master/Logistic/LogRegres.py "悬停显示")
* [1. Entry Level Exercise for Logistic Regression](https://github.com/Jack-Cherish/Machine-Learning/blob/master/Logistic/LogRegres.py "悬停显示")

* [2.Improved Random Gradient Ascent Algorithm](https://github.com/Jack-Cherish/Machine-Learning/blob/master/Logistic/LogRegres-gj.py "悬停显示")
* [2. Improved Random Gradient Ascent Algorithm](https://github.com/Jack-Cherish/Machine-Learning/blob/master/Logistic/LogRegres-gj.py "悬停显示")

* [3.Prediction of Horse Mortality](https://github.com/Jack-Cherish/Machine-Learning/blob/master/Logistic/colicLogRegres.py "悬停显示")
* [3. Prediction of Horse Mortality](https://github.com/Jack-Cherish/Machine-Learning/blob/master/Logistic/colicLogRegres.py "悬停显示")

## Chapt. 6: SVM (Support Vector Machine)

Expand All @@ -90,13 +90,13 @@

### Code

* [1.Simplified SMO Alogrithm](https://github.com/Jack-Cherish/Machine-Learning/blob/master/SVM/svm-simple.py "悬停显示")
* [1. Simplified SMO Alogrithm](https://github.com/Jack-Cherish/Machine-Learning/blob/master/SVM/svm-simple.py "悬停显示")

* [2.Complete SMO Alogrithm](https://github.com/Jack-Cherish/Machine-Learning/blob/master/SVM/svm-smo.py "悬停显示")
* [2. Complete SMO Alogrithm](https://github.com/Jack-Cherish/Machine-Learning/blob/master/SVM/svm-smo.py "悬停显示")

* [3.Nonlinear SVM Alogrithm](https://github.com/Jack-Cherish/Machine-Learning/blob/master/SVM/svmMLiA.py "悬停显示")
* [3. Nonlinear SVM Alogrithm](https://github.com/Jack-Cherish/Machine-Learning/blob/master/SVM/svmMLiA.py "悬停显示")

* [4.Sklearn SVC](https://github.com/Jack-Cherish/Machine-Learning/blob/master/SVM/svm-svc.py "悬停显示")
* [4. Sklearn SVC](https://github.com/Jack-Cherish/Machine-Learning/blob/master/SVM/svm-svc.py "悬停显示")

## Chapt. 7: AdaBoost

Expand All @@ -106,13 +106,13 @@

### Code

* [1.Training Process of AdaBoost Based On Decision Stump](https://github.com/Jack-Cherish/Machine-Learning/blob/master/AdaBoost/adaboost.py "悬停显示")
* [1. Training Process of AdaBoost Based On Decision Stump](https://github.com/Jack-Cherish/Machine-Learning/blob/master/AdaBoost/adaboost.py "悬停显示")

* [2.AdaBoost on Hard Datasets](https://github.com/Jack-Cherish/Machine-Learning/blob/master/AdaBoost/horse_adaboost.py "悬停显示")
* [2. AdaBoost on Hard Datasets](https://github.com/Jack-Cherish/Machine-Learning/blob/master/AdaBoost/horse_adaboost.py "悬停显示")

* [3.Implement AdaBoost by sklearn](https://github.com/Jack-Cherish/Machine-Learning/blob/master/AdaBoost/sklearn_adaboost.py "悬停显示")
* [3. Implement AdaBoost by sklearn](https://github.com/Jack-Cherish/Machine-Learning/blob/master/AdaBoost/sklearn_adaboost.py "悬停显示")

* [4.ROC Curve Plot](https://github.com/Jack-Cherish/Machine-Learning/blob/master/AdaBoost/ROC.py "悬停显示")
* [4. ROC Curve Plot](https://github.com/Jack-Cherish/Machine-Learning/blob/master/AdaBoost/ROC.py "悬停显示")

## Chapt. 8: Linear Regression

Expand All @@ -123,13 +123,13 @@

### Code

* [1.Linear Regression(Ordinary LR + Locally Weighted LR)](https://github.com/Jack-Cherish/Machine-Learning/blob/master/Regression/regression_old.py "悬停显示")
* [1. Linear Regression(Ordinary LR + Locally Weighted LR)](https://github.com/Jack-Cherish/Machine-Learning/blob/master/Regression/regression_old.py "悬停显示")

* [2.Predicting the Age of Abalones(Ormers)](https://github.com/Jack-Cherish/Machine-Learning/blob/master/Regression/abalone.py "悬停显示")
* [2. Predicting the Age of Abalones(Ormers)](https://github.com/Jack-Cherish/Machine-Learning/blob/master/Regression/abalone.py "悬停显示")

* [3.Stepwise Regression](https://github.com/Jack-Cherish/Machine-Learning/blob/master/Regression/regression.py "悬停显示")
* [3. Stepwise Regression](https://github.com/Jack-Cherish/Machine-Learning/blob/master/Regression/regression.py "悬停显示")

* [4.Predicting the Price of Second Hand Lego](https://github.com/Jack-Cherish/Machine-Learning/blob/master/Regression/lego.py "悬停显示")
* [4. Predicting the Price of Second Hand Lego](https://github.com/Jack-Cherish/Machine-Learning/blob/master/Regression/lego.py "悬停显示")

## Chapt. 9: Regression Tree

Expand All @@ -140,4 +140,4 @@

### Code

* [1.Regression Tree](https://github.com/Jack-Cherish/Machine-Learning/blob/master/Regression%20Trees/regTrees.py "悬停显示")
* [1. Regression Tree](https://github.com/Jack-Cherish/Machine-Learning/blob/master/Regression%20Trees/regTrees.py "悬停显示")

0 comments on commit 7ac171a

Please sign in to comment.