From 170fb6ff3f962243b0eb9c518072dd43df64c61b Mon Sep 17 00:00:00 2001 From: chenjiandongx Date: Thu, 11 Jan 2018 21:00:09 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=20keras=20=E5=BA=93=E7=9A=84?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE=EF=BC=8C=E7=A7=BB=E5=8A=A8=E8=87=B3=E6=B7=B1?= =?UTF-8?q?=E5=BA=A6=E5=AD=A6=E4=B9=A0=E6=A8=A1=E5=9D=97=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37316d5..184219a 100644 --- a/README.md +++ b/README.md @@ -924,7 +924,6 @@ Python 实现的数据库。 * SymPy:一个用于符号数学的 Python 库。[官网](https://github.com/sympy/sympy) * zipline:一个 Python 算法交易库。[官网](https://github.com/quantopian/zipline) * [Bayesian-belief-networks](http://hao.jobbole.com/bayesian-belief-networks/):优雅的贝叶斯信念网络框架。[官网](https://github.com/eBay/bayesian-belief-networks) -* keras: 以 tensorflow 或者 theano 为后端的深度学习封装库,快速上手神经网络。[官网](https://keras.io/) ### 数据可视化 @@ -958,6 +957,7 @@ Python 实现的数据库。 * Crab:灵活、快速的推荐引擎。[官网](https://github.com/muricoca/crab) * gensim:人性化的话题建模库。[官网](https://github.com/piskvorky/gensim) * hebel:GPU 加速的深度学习库。[官网](https://github.com/hannes-brt/hebel) +* [keras](https://github.com/keras-team/keras): 以 tensorflow/theano/CNTK 为后端的深度学习封装库,快速上手神经网络。[官网](https://keras.io/) * NuPIC:智能计算 Numenta 平台。[官网](https://github.com/numenta/nupic) * pattern:Python 网络挖掘模块。[官网](https://github.com/clips/pattern) * [PyBrain](http://hao.jobbole.com/pybrain/):另一个 Python 机器学习库。[官网](https://github.com/pybrain/pybrain)