Skip to content

Commit e0221b9

Browse files
committed
add svm
1 parent f866a7d commit e0221b9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
MachineLearning-Demo
1+
MachineLearning
22
====================
33

44
This project contain some machine learning algrithm demo.Maybe the code is also useful to you.
@@ -18,7 +18,7 @@ CSDN:[wepon的专栏](http://blog.csdn.net/u012162613)
1818

1919
这个文件夹下包含一些深度学习算法的实现代码,以及具体的应用实例,包含如下算法:
2020

21-
[*FaceRecognition_CNN(olivettifaces)*](https://github.com/wepe/MachineLearning-Demo/tree/master/DeepLearning%20Tutorials/FaceRecognition_CNN(olivettifaces))
21+
[FaceRecognition_CNN(olivettifaces)](https://github.com/wepe/MachineLearning-Demo/tree/master/DeepLearning%20Tutorials/FaceRecognition_CNN(olivettifaces))
2222
将卷积神经网络CNN应用于人脸识别的一个demo,人脸数据库采用olivettifaces,CNN模型参考LeNet5,基于python+theano+numpy+PIL实现。详细介绍这个demo的文章:[文章链接](http://blog.csdn.net/u012162613/article/details/43277187)
2323

2424

@@ -40,7 +40,8 @@ CSDN:[wepon的专栏](http://blog.csdn.net/u012162613)
4040

4141
基于python+numpy实现了logistic回归(二类别),详细的介绍:[文章链接](http://blog.csdn.net/u012162613/article/details/41844495)
4242
43-
43+
- **SVM**
44+
4445

4546
##Contributing
4647

0 commit comments

Comments
 (0)