@@ -916,7 +916,7 @@ Python实现的数据库。
916
916
* SymPy:一个用于符号数学的 Python 库。[ 官网] ( https://github.com/sympy/sympy )
917
917
* zipline:一个 Python 算法交易库。[ 官网] ( https://github.com/quantopian/zipline )
918
918
* [ 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/ )
920
920
921
921
### 数据可视化
922
922
@@ -926,9 +926,10 @@ Python实现的数据库。
926
926
* bokeh:用 Python 进行交互式 web 绘图。[ 官网] ( https://github.com/bokeh/bokeh )
927
927
* ggplot:ggplot2 给 R 提供的 API 的 Python 版本。[ 官网] ( https://github.com/yhat/ggplot )
928
928
* plotly:协同 Python 和 matplotlib 工作的 web 绘图库。[ 官网] ( https://plot.ly/python/ )
929
+ * pyecharts:基于百度 Echarts 的数据可视化库。[ 官网] ( https://github.com/chenjiandongx/pyecharts )
929
930
* pygal:一个 Python SVG 图表创建工具。[ 官网] ( http://www.pygal.org/en/latest/ )
930
931
* 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/ )
932
933
* SnakeViz:一个基于浏览器的 Python's cProfile 模块输出结果查看工具。[ 官网] ( http://jiffyclub.github.io/snakeviz/ )
933
934
* vincent:把 Python 转换为 Vega 语法的转换工具。[ 官网] ( https://github.com/wrobstory/vincent )
934
935
* VisPy:基于 OpenGL 的高性能科学可视化工具。[ 官网] ( http://vispy.org/ )
@@ -938,8 +939,8 @@ Python实现的数据库。
938
939
计算机视觉库。
939
940
940
941
* 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 )
943
944
* [ SimpleCV] ( http://hao.jobbole.com/simplecv/ ) :一个用来创建计算机视觉应用的开源框架。[ 官网] ( http://simplecv.org/ )
944
945
945
946
### 机器学习
@@ -958,7 +959,7 @@ Python实现的数据库。
958
959
* pydeep:Python 深度学习库。[ 官网] ( https://github.com/andersbll/deeppy )
959
960
* vowpalporpoise:轻量级 [ Vowpal Wabbit] ( https://github.com/JohnLangford/vowpalwabbit/ ) 的 Python 封装。[ 官网] ( https://github.com/josephreisinger/vowpalporpoise )
960
961
* 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 )
962
963
### MapReduce
963
964
964
965
MapReduce 框架和库。
0 commit comments