Skip to content

Commit 170fb6f

Browse files
committed
调整 keras 库的位置,移动至深度学习模块下
1 parent fa4311e commit 170fb6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,6 @@ Python 实现的数据库。
924924
* SymPy:一个用于符号数学的 Python 库。[官网](https://github.com/sympy/sympy)
925925
* zipline:一个 Python 算法交易库。[官网](https://github.com/quantopian/zipline)
926926
* [Bayesian-belief-networks](http://hao.jobbole.com/bayesian-belief-networks/):优雅的贝叶斯信念网络框架。[官网](https://github.com/eBay/bayesian-belief-networks)
927-
* keras: 以 tensorflow 或者 theano 为后端的深度学习封装库,快速上手神经网络。[官网](https://keras.io/)
928927

929928
### 数据可视化
930929

@@ -958,6 +957,7 @@ Python 实现的数据库。
958957
* Crab:灵活、快速的推荐引擎。[官网](https://github.com/muricoca/crab)
959958
* gensim:人性化的话题建模库。[官网](https://github.com/piskvorky/gensim)
960959
* hebel:GPU 加速的深度学习库。[官网](https://github.com/hannes-brt/hebel)
960+
* [keras](https://github.com/keras-team/keras): 以 tensorflow/theano/CNTK 为后端的深度学习封装库,快速上手神经网络。[官网](https://keras.io/)
961961
* NuPIC:智能计算 Numenta 平台。[官网](https://github.com/numenta/nupic)
962962
* pattern:Python 网络挖掘模块。[官网](https://github.com/clips/pattern)
963963
* [PyBrain](http://hao.jobbole.com/pybrain/):另一个 Python 机器学习库。[官网](https://github.com/pybrain/pybrain)

0 commit comments

Comments
 (0)