Update 第十八章_后端架构选型、离线及实时计算.md

This commit is contained in:
liangzhicheng120 2018-11-12 21:24:38 +08:00 committed by GitHub
parent ddde504af3
commit b0355b2310
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 2 deletions

View File

@ -19,6 +19,20 @@
### 18.2.1 PaddlePaddle
  PaddlePaddle【1】是百度开源的一个深度学习平台。PaddlePaddle为深度学习研究人员提供了丰富的API可以轻松地完成神经网络配置模型训练等任务。
官方文档中简易介绍了如何使用框架在
- 线性回归
- 识别数字
- 图像分类
- 词向量
- 个性化推荐
- 情感分析
- 语义角色标注
- 机器翻译
等方面的应用
  Github地址https://github.com/PaddlePaddle/Paddle
### 18.2.2 Deeplearning4j
### 18.2.3 mahout
@ -33,7 +47,7 @@
### 18.2.8 BigDL
### 18.2.9 Pluto
### 18.2.9 Petastorm
### 18.2.10 TensorFlowOnSpark
@ -53,7 +67,9 @@
## 18.10 参考文献
1. http://engineering.skymind.io/distributed-deep-learning-part-1-an-introduction-to-distributed-training-of-neural-networks
【1】http://www.paddlepaddle.org/documentation/book/zh/0.11.0/05.recommender_system/index.cn.html
【2】 http://engineering.skymind.io/distributed-deep-learning-part-1-an-introduction-to-distributed-training-of-neural-networks
....