From c1d52d77100c9b493221c7ba8e23ca5679afd062 Mon Sep 17 00:00:00 2001 From: tangyouhua Date: Sun, 10 Jul 2016 11:45:32 +0800 Subject: [PATCH] update python-recsys detail link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 737791b..9292f3c 100644 --- a/README.md +++ b/README.md @@ -940,7 +940,7 @@ Python实现的数据库。 * pattern:Python 网络挖掘模块。[官网](https://github.com/clips/pattern) * PyBrain:另一个 Python 机器学习库。[官网](https://github.com/pybrain/pybrain) * Pylearn2:一个基于 [Theano](https://github.com/Theano/Theano) 的机器学习库。[官网](https://github.com/lisa-lab/pylearn2) -* python-recsys:一个用来实现推荐系统的 Python 库。[官网](https://github.com/ocelma/python-recsys) +* [python-recsys](http://hao.jobbole.com/python-recsys/):一个用来实现推荐系统的 Python 库。[官网](https://github.com/ocelma/python-recsys) * scikit-learn:基于 SciPy 构建的机器学习 Python 模块。[官网](http://scikit-learn.org/) * pydeep:Python 深度学习库。[官网](https://github.com/andersbll/deeppy) * vowpalporpoise:轻量级 [Vowpal Wabbit](https://github.com/JohnLangford/vowpalwabbit/) 的 Python 封装。[官网](https://github.com/josephreisinger/vowpalporpoise)