From 7c92a7b8dd908cd5f62fe5c50f0250500956acd9 Mon Sep 17 00:00:00 2001 From: chenjiandongx Date: Thu, 11 Jan 2018 21:01:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=89=E5=AD=97=E6=AF=8D=E9=A1=BA=E5=BA=8F?= =?UTF-8?q?=E8=B0=83=E6=95=B4=20caffe/caffe2=20=E4=B8=A4=E4=B8=AA=E5=BA=93?= =?UTF-8?q?=E7=9A=84=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 184219a..6d2bbf0 100644 --- a/README.md +++ b/README.md @@ -954,6 +954,8 @@ Python 实现的数据库。 机器学习库。 参见: [awesome-machine-learning](https://github.com/josephmisiti/awesome-machine-learning#python). +* Caffe: 一个 [Caffe](https://github.com/BVLC/caffe) 的 python 接口。[官网](http://caffe.berkeleyvision.org) +* [Caffe2](https://github.com/caffe2/caffe2/):一个轻量级的,模块化的,可扩展的深度学习框架。[官网](https://caffe2.ai/) * Crab:灵活、快速的推荐引擎。[官网](https://github.com/muricoca/crab) * gensim:人性化的话题建模库。[官网](https://github.com/piskvorky/gensim) * hebel:GPU 加速的深度学习库。[官网](https://github.com/hannes-brt/hebel) @@ -967,8 +969,6 @@ Python 实现的数据库。 * pydeep:Python 深度学习库。[官网](https://github.com/andersbll/deeppy) * vowpalporpoise:轻量级 [Vowpal Wabbit](https://github.com/JohnLangford/vowpalwabbit/) 的 Python 封装。[官网](https://github.com/josephreisinger/vowpalporpoise) * skflow:一个 [TensorFlow](https://github.com/tensorflow/tensorflow) 的简化接口(模仿 scikit-learn)。[官网](https://github.com/tensorflow/skflow) -* Caffe: 一个 [Caffe](https://github.com/BVLC/caffe) 的 python 接口。[官网](http://caffe.berkeleyvision.org) -* [Caffe2](https://github.com/caffe2/caffe2/):一个轻量级的,模块化的,可扩展的深度学习框架。[官网](https://caffe2.ai/) ### MapReduce