From 762916d9ce12fa6eef6b4df63b03cede28026e7e Mon Sep 17 00:00:00 2001 From: Yu Yang Date: Thu, 1 Sep 2016 11:12:36 +0800 Subject: [PATCH] Add front-page --- index.html | 289 +++++++++++++++++++++++++++++++++++++++++++++++-- index.html.tmp | 281 ----------------------------------------------- 2 files changed, 281 insertions(+), 289 deletions(-) delete mode 100644 index.html.tmp diff --git a/index.html b/index.html index 6fdb87b6a9..bb22ef3244 100644 --- a/index.html +++ b/index.html @@ -1,8 +1,281 @@ - - - PaddlePaddle - - -

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

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

+
+
+
+
+ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/index.html.tmp b/index.html.tmp deleted file mode 100644 index bb22ef3244..0000000000 --- a/index.html.tmp +++ /dev/null @@ -1,281 +0,0 @@ - - - - - - - - - - - - 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

-
-
-
-
- - - - - - - - - - - - - - - - - - \ No newline at end of file -- GitLab