Skip to content

Commit 12bfed0

Browse files
committed
update README.md
1 parent a4fd2c5 commit 12bfed0

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

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

921921
### 数据可视化
922922

@@ -926,9 +926,10 @@ Python实现的数据库。
926926
* bokeh:用 Python 进行交互式 web 绘图。[官网](https://github.com/bokeh/bokeh)
927927
* ggplot:ggplot2 给 R 提供的 API 的 Python 版本。[官网](https://github.com/yhat/ggplot)
928928
* plotly:协同 Python 和 matplotlib 工作的 web 绘图库。[官网](https://plot.ly/python/)
929+
* pyecharts:基于百度 Echarts 的数据可视化库。[官网](https://github.com/chenjiandongx/pyecharts)
929930
* pygal:一个 Python SVG 图表创建工具。[官网](http://www.pygal.org/en/latest/)
930931
* pygraphviz:Graphviz 的 Python 接口。[官网](https://pypi.python.org/pypi/pygraphviz)
931-
* PyQtGraph:交互式实时2D/3D/图像绘制及科学/工程学组件。[官网](http://www.pyqtgraph.org/)
932+
* PyQtGraph:交互式实时 2D/3D/ 图像绘制及科学/工程学组件。[官网](http://www.pyqtgraph.org/)
932933
* SnakeViz:一个基于浏览器的 Python's cProfile 模块输出结果查看工具。[官网](http://jiffyclub.github.io/snakeviz/)
933934
* vincent:把 Python 转换为 Vega 语法的转换工具。[官网](https://github.com/wrobstory/vincent)
934935
* VisPy:基于 OpenGL 的高性能科学可视化工具。[官网](http://vispy.org/)
@@ -938,8 +939,8 @@ Python实现的数据库。
938939
计算机视觉库。
939940

940941
* OpenCV:开源计算机视觉库。[官网](http://opencv.org/)
941-
*   pyocr:Tesseract和Cuneiform的包装库[官网](https://github.com/jflesch/pyocr)
942-
*   pytesseract:[Google Tesseract OCR](https://github.com/tesseract-ocr)的另一包装库。[官网](https://github.com/madmaze/pytesseract)
942+
*   pyocr:Tesseract 和 Cuneiform 的包装库[官网](https://github.com/jflesch/pyocr)
943+
*   pytesseract:[Google Tesseract OCR](https://github.com/tesseract-ocr) 的另一包装库。[官网](https://github.com/madmaze/pytesseract)
943944
* [SimpleCV](http://hao.jobbole.com/simplecv/):一个用来创建计算机视觉应用的开源框架。[官网](http://simplecv.org/)
944945

945946
### 机器学习
@@ -958,7 +959,7 @@ Python实现的数据库。
958959
* pydeep:Python 深度学习库。[官网](https://github.com/andersbll/deeppy)
959960
* vowpalporpoise:轻量级 [Vowpal Wabbit](https://github.com/JohnLangford/vowpalwabbit/) 的 Python 封装。[官网](https://github.com/josephreisinger/vowpalporpoise)
960961
* skflow:一个 [TensorFlow](https://github.com/tensorflow/tensorflow) 的简化接口(模仿 scikit-learn)。[官网](https://github.com/tensorflow/skflow)
961-
* Caffe: 一个[Caffe](https://github.com/BVLC/caffe)的python接口。[官网](http://caffe.berkeleyvision.org)
962+
* Caffe: 一个 [Caffe](https://github.com/BVLC/caffe) 的python接口。[官网](http://caffe.berkeleyvision.org)
962963
### MapReduce
963964

964965
MapReduce 框架和库。

0 commit comments

Comments
 (0)