From c9fd4963b74550b04f2b65f427d71d5258a50d23 Mon Sep 17 00:00:00 2001 From: Yu Yang Date: Wed, 31 Aug 2016 01:13:42 +0800 Subject: [PATCH] Change index, please wait until 9/1 --- index.html | 287 ++----------------------------------------------- index.html.tmp | 281 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 288 insertions(+), 280 deletions(-) create mode 100644 index.html.tmp diff --git a/index.html b/index.html index c00ccc1ed20..6fdb87b6a9e 100644 --- a/index.html +++ b/index.html @@ -1,281 +1,8 @@ - - - - - - - - - - - - PaddlePaddle ---- PArallel Distributed Deep LEarning - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-

PaddlePaddle

-
-

Open and Easy-to-Use Deep Learning Platform for Enterprise and Research

- Quick Start - Documentation - Code -
-
-
- -
-
-
-
-

What's PaddlePaddle

-
-

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. -

- -
-
-
-
- -
-
-
-
-

Supported Features

-
-
-
-
-
-
-
-
- -

Ease of use

-

PaddlePaddle is designed to be easy to use. It provides an intuitive and yet flexible interface for loading data and specifying model structure.

-
-
-
-
- -

Flexibility

-

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.

-
-
-
-
- -

Efficiency

-

In order to unleash the power of heterogeneous computing resource, optimization occurs at different levels of PaddlePaddle, including computing, memory, architecture and communication.

-
-
-
-
- -

Scalability

-

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.

-
-
-
-
-
- - - - - -
-
-
-
-

Let's Get In Touch!

-
-

If there is any problem to use PaddlePaddle, please contact paddle-dev@baidu.com

-
-
-
-
- - - - - - - - - - - - - - - - - + + + PaddlePaddle + + +

This site will be available at noon on 09/01/2016.

+ diff --git a/index.html.tmp b/index.html.tmp new file mode 100644 index 00000000000..c00ccc1ed20 --- /dev/null +++ b/index.html.tmp @@ -0,0 +1,281 @@ + + + + + + + + + + + + PaddlePaddle ---- PArallel Distributed Deep LEarning + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+

PaddlePaddle

+
+

Open and Easy-to-Use Deep Learning Platform for Enterprise and Research

+ Quick Start + Documentation + Code +
+
+
+ +
+
+
+
+

What's PaddlePaddle

+
+

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. +

+ +
+
+
+
+ +
+
+
+
+

Supported Features

+
+
+
+
+
+
+
+
+ +

Ease of use

+

PaddlePaddle is designed to be easy to use. It provides an intuitive and yet flexible interface for loading data and specifying model structure.

+
+
+
+
+ +

Flexibility

+

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.

+
+
+
+
+ +

Efficiency

+

In order to unleash the power of heterogeneous computing resource, optimization occurs at different levels of PaddlePaddle, including computing, memory, architecture and communication.

+
+
+
+
+ +

Scalability

+

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.

+
+
+
+
+
+ + + + + +
+
+
+
+

Let's Get In Touch!

+
+

If there is any problem to use PaddlePaddle, please contact paddle-dev@baidu.com

+
+
+
+
+ + + + + + + + + + + + + + + + + + -- GitLab