README.md 7.9 KB
Newer Older
Z
zhangjinchao01 已提交
1 2
# PaddlePaddle

G
gangliao 已提交
3

G
gangliao 已提交
4
[![Build Status](https://travis-ci.org/PaddlePaddle/Paddle.svg?branch=develop)](https://travis-ci.org/PaddlePaddle/Paddle)
C
Cheerego 已提交
5 6
[![Documentation Status](https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat)](http://paddlepaddle.org/documentation/docs/en/1.2/getstarted/index_en.html)
[![Documentation Status](https://img.shields.io/badge/中文文档-最新-brightgreen.svg)](http://paddlepaddle.org/documentation/docs/zh/1.2/beginners_guide/index.html)
G
gangliao 已提交
7
[![Release](https://img.shields.io/github/release/PaddlePaddle/Paddle.svg)](https://github.com/PaddlePaddle/Paddle/releases)
L
liaogang 已提交
8 9
[![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](LICENSE)

E
emailweixu 已提交
10

G
gangliao 已提交
11
Welcome to the PaddlePaddle GitHub.
E
emailweixu 已提交
12

Z
zhangjinchao01 已提交
13 14 15 16 17
PaddlePaddle (PArallel Distributed Deep LEarning) is an easy-to-use,
efficient, flexible and scalable deep learning platform, which is originally
developed by Baidu scientists and engineers for the purpose of applying deep
learning to many products at Baidu.

G
gangliao 已提交
18
Our vision is to enable deep learning for everyone via PaddlePaddle.
G
gangliao 已提交
19
Please refer to our [release announcement](https://github.com/PaddlePaddle/Paddle/releases) to track the latest feature of PaddlePaddle.
G
gangliao 已提交
20

X
Xin Pan 已提交
21

X
Xin Pan 已提交
22 23 24 25 26 27 28 29 30
欢迎来到 PaddlePaddle GitHub

PaddlePaddle (PArallel Distributed Deep LEarning) 是一个简单易用、高效灵活、可扩展的深度学习平台,最初由百度科学家和工程师共同开发,目的是将深度学习技术应用到百度的众多产品中。

我们的愿景是让每个人都能通过PaddlePaddle接触深度学习

跟进PaddlePaddle最新特性请参考我们的[版本说明](https://github.com/PaddlePaddle/Paddle/releases)


C
Cheerego 已提交
31
### Latest PaddlePaddle Release: [Fluid 1.2.0](https://github.com/PaddlePaddle/Paddle/tree/release/1.2)
X
Xin Pan 已提交
32 33 34 35 36 37 38
### Install Latest Stable Release:
```
# Linux CPU
pip install paddlepaddle
# Linux GPU cuda9cudnn7
pip install paddlepaddle-gpu
# Linux GPU cuda8cudnn7
C
Cheerego 已提交
39
pip install paddlepaddle-gpu==1.2.0.post87
X
Xin Pan 已提交
40
# Linux GPU cuda8cudnn5
C
Cheerego 已提交
41
pip install paddlepaddle-gpu==1.2.0.post85
X
Xin Pan 已提交
42 43 44

# For installation on other platform, refer to http://paddlepaddle.org/
```
X
Xin Pan 已提交
45

X
Xin Pan 已提交
46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62

### PaddlePaddle最新版本: [Fluid 1.2.0](https://github.com/PaddlePaddle/Paddle/tree/release/1.2)
### 安装最新稳定版本:
```
# Linux CPU
pip install paddlepaddle
# Linux GPU cuda9cudnn7
pip install paddlepaddle-gpu
# Linux GPU cuda8cudnn7
pip install paddlepaddle-gpu==1.2.0.post87
# Linux GPU cuda8cudnn5
pip install paddlepaddle-gpu==1.2.0.post85

# 其他平台上的安装指引请参考 http://paddlepaddle.org/
```


Z
zhangjinchao01 已提交
63 64 65 66
## Features

- **Flexibility**

G
gangliao 已提交
67 68 69 70
    PaddlePaddle supports a wide range of neural network architectures and
    optimization algorithms. It is easy to configure complex models such as
    neural machine translation model with attention mechanism or complex memory
    connection.
Z
zhangjinchao01 已提交
71 72

-  **Efficiency**
73

G
gangliao 已提交
74 75 76 77 78 79
    In order to unleash the power of heterogeneous computing resource,
    optimization occurs at different levels of PaddlePaddle, including
    computing, memory, architecture and communication. The following are some
    examples:

      - Optimized math operations through SSE/AVX intrinsics, BLAS libraries
L
Luo Tao 已提交
80
      (e.g. MKL, OpenBLAS, cuBLAS) or customized CPU/GPU kernels.
81
      - Optimized CNN networks through MKL-DNN library.
82
      - Highly optimized recurrent networks which can handle **variable-length**
G
gangliao 已提交
83 84 85
      sequence without padding.
      - Optimized local and distributed training for models with high dimensional
      sparse data.
Z
zhangjinchao01 已提交
86 87 88

- **Scalability**

G
gangliao 已提交
89 90 91
    With PaddlePaddle, it is easy to use many CPUs/GPUs and machines to speed
    up your training. PaddlePaddle can achieve high throughput and performance
    via optimized communication.
Z
zhangjinchao01 已提交
92 93 94

- **Connected to Products**

G
gangliao 已提交
95
    In addition, PaddlePaddle is also designed to be easily deployable. At Baidu,
96
    PaddlePaddle has been deployed into products and services with a vast number
G
gangliao 已提交
97 98 99
    of users, including ad click-through rate (CTR) prediction, large-scale image
    classification, optical character recognition(OCR), search ranking, computer
    virus detection, recommendation, etc. It is widely utilized in products at
100 101
    Baidu and it has achieved a significant impact. We hope you can also explore
    the capability of PaddlePaddle to make an impact on your product.
Z
zhangjinchao01 已提交
102

X
Xin Pan 已提交
103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126
## 特点

- **灵活性**

    PaddlePaddle支持丰富的神经网络架构和优化算法。易于配置复杂模型,例如带有注意力机制或复杂记忆连接的神经网络机器翻译模型。

-  **高效性**

    为了高效使用异步计算资源,PaddlePaddle对框架的不同层进行优化,包括计算、存储、架构和通信。下面是一些样例:
    
    - 通过SSE/AVX 内置函数、BLAS库(例如MKL、OpenBLAS、cuBLAS)或定制的CPU/GPU内核优化数学操作。
    - 通过MKL-DNN库优化CNN网络
    - 高度优化循环网络,无需执行 `padding` 操作即可处理 **变长** 序列
    - 针对高维稀疏数据模型,优化了局部和分布式训练。
     

- **稳定性**

    有了 PaddlePaddle,使得利用各种CPU/GPU和机器来加速训练变得简单。PaddlePaddle 通过优化通信可以实现巨大吞吐量和快速执行。

- **连接产品**

    另外,PaddlePaddle 的设计也易于部署。在百度,PaddlePaddle 已经部署到含有巨大用户量的产品和服务上,包括广告点击率(CTR)预测、大规模图像分类、光学字符识别(OCR)、搜索排序,计算机病毒检测、推荐系统等等。PaddlePaddle广泛应用于百度产品中,产生了非常重要的影响。我们希望您也能探索 PaddlePaddle 的能力,为您的产品创造新的影响力和效果。

Z
zhangjinchao01 已提交
127
## Installation
Y
Yi Wang 已提交
128

C
Cheerego 已提交
129
It is recommended to read [this doc](http://paddlepaddle.org/documentation/docs/zh/1.2/beginners_guide/install/index_cn.html) on our website.
130

X
Xin Pan 已提交
131 132 133 134
## 安装

推荐阅读官网上的[安装说明](http://paddlepaddle.org/documentation/docs/zh/1.2/beginners_guide/install/index_cn.html) 

Z
zhangjinchao01 已提交
135
## Documentation
136

C
Cheerego 已提交
137 138
We provide [English](http://paddlepaddle.org/documentation/docs/en/1.2/getstarted/index_en.html) and
[Chinese](http://paddlepaddle.org/documentation/docs/zh/1.2/beginners_guide/index.html) documentation.
Y
Yi Wang 已提交
139

S
Shan Yi 已提交
140
- [Deep Learning 101](https://github.com/PaddlePaddle/book)
Y
Yi Wang 已提交
141

142
  You might want to start from this online interactive book that can run in a Jupyter Notebook.
Y
Yi Wang 已提交
143

C
Cheerego 已提交
144
- [Distributed Training](http://paddlepaddle.org/documentation/docs/zh/1.2/user_guides/howto/training/cluster_howto.html)
Y
Yi Wang 已提交
145 146 147

  You can run distributed training jobs on MPI clusters.

C
Cheerego 已提交
148
- [Python API](http://paddlepaddle.org/documentation/docs/zh/1.2/api_cn/index_cn.html)
149

Y
Yi Wang 已提交
150
   Our new API enables much shorter programs.
151

C
Cheerego 已提交
152
- [How to Contribute](http://paddlepaddle.org/documentation/docs/zh/1.2/advanced_usage/development/contribute_to_paddle/index_cn.html)
Z
zhangjinchao01 已提交
153

Y
Yi Wang 已提交
154
   We appreciate your contributions!
155

X
Xin Pan 已提交
156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175
## 文档

我们提供[英文](http://paddlepaddle.org/documentation/docs/en/1.2/getstarted/index_en.html)
[中文](http://paddlepaddle.org/documentation/docs/zh/1.2/beginners_guide/index.html) 文档

- [深度学习101](https://github.com/PaddlePaddle/book)

  或许您想从这个在线交互式书籍开始,可以在Jupyter Notebook中运行

- [分布式训练](http://paddlepaddle.org/documentation/docs/zh/1.2/user_guides/howto/training/cluster_howto.html)

  可以在MPI集群上运行分布式训练任务

- [Python API](http://paddlepaddle.org/documentation/docs/zh/1.2/api_cn/index_cn.html)

   新的API支持代码更少更简洁的程序

- [贡献方式](http://paddlepaddle.org/documentation/docs/zh/1.2/advanced_usage/development/contribute_to_paddle/index_cn.html)

   欢迎您的贡献!
L
LiuYongFeng 已提交
176

Z
zhangjinchao01 已提交
177
## Ask Questions
178

G
gangliao 已提交
179
You are welcome to submit questions and bug reports as [Github Issues](https://github.com/PaddlePaddle/Paddle/issues).
Z
zhangjinchao01 已提交
180

X
Xin Pan 已提交
181 182 183 184
## 答疑

欢迎您将问题和bug报告以[Github Issues](https://github.com/PaddlePaddle/Paddle/issues)的形式提交

Z
zhangjinchao01 已提交
185 186
## Copyright and License
PaddlePaddle is provided under the [Apache-2.0 license](LICENSE).
X
Xin Pan 已提交
187 188 189

## 版权和许可证
PaddlePaddle由[Apache-2.0 license](LICENSE)提供