Skip to content

Commit f72871d

Browse files
authored
fix: libsvm作者
1 parent c60f8a8 commit f72871d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notes/MLMaterials.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#### 1.3. 工具
2525
* 第三方库
2626
机器学习有很多开源库可以直接拿来用,github是个不错的获取代码的网站,比较著名的有:
27-
* [libsvm](https://github.com/cjlin1/libsvm),作者是林轩田,是svm的标准库。
27+
   * [libsvm](https://github.com/cjlin1/libsvm)作者是林智仁,是svm的标准库。
2828
* [scikit-learn](http://scikit-learn.org),scikit包是python中著名的处理数据的包,其中内置了几乎所有流行的机器学习算法,配合python简洁的语法操作,使用起来很方便。
2929
* [pandas](http://www.cnblogs.com/chaosimple/p/4153083.html),python的一个包,其中对表的处理比较出色,我只是试用过。
3030
* [pylearn2](https://github.com/lisa-lab/pylearn2),这个我没有接触过,不过在github上排名很靠前,应该不错。

0 commit comments

Comments
 (0)