Update README.md

This commit is contained in:
Dod-o 2018-11-30 11:27:02 +08:00 committed by GitHub
parent cb5f047df6
commit 7ece042beb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,3 +33,5 @@
### 第六章 逻辑斯蒂回归与最大熵模型:
实现:
逻辑斯蒂回归:[Logistic_and_maximum_entropy_models/logisticRegression.py](https://github.com/Dod-o/Statistical-Learning-Method_Code/blob/master/Logistic_and_maximum_entropy_models/logisticRegression.py)
最大熵:[Logistic_and_maximum_entropy_models/maxEntropy.py](https://github.com/Dod-o/Statistical-Learning-Method_Code/blob/master/Logistic_and_maximum_entropy_models/maxEntropy.py)