Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

En site edits - about and features sections #28

Merged
merged 2 commits into from
Sep 2, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _includes/call-to-action.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<h2 class="section-heading">What's PaddlePaddle</h2>
<h2 class="section-heading">What's PaddlePaddle?</h2>
<hr class="light">
<p class="text-faded">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.
<p class="text-faded">PaddlePaddle (PArallel Distributed Deep LEarning) is an easy-to-use, efficient, flexible and scalable deep learning platform, which was originally developed by Baidu scientists and engineers for the purpose of applying deep learning to many products at Baidu.
</p>
<!--- <a href="#" class="btn btn-default btn-xl">Get Started!</a> -->
</div>
Expand Down
6 changes: 3 additions & 3 deletions _includes/services.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@ <h2 class="section-heading">Supported Features</h2>
<div class="service-box">
<i class="fa fa-5x fa-gamepad wow bounceIn text-primary"></i>
<h3>Ease of use</h3>
<p class="text-muted">PaddlePaddle is designed to be easy to use. It provides an intuitive and yet flexible interface for loading data and specifying model structure.</p>
<p class="text-muted">PaddlePaddle is designed to be easy to use. It provides an intuitive yet flexible interface for loading data and specifying model structure.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-5x fa-puzzle-piece wow bounceIn text-primary" data-wow-delay=".1s"></i>
<h3>Flexibility</h3>
<p class="text-muted">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.</p>
<p class="text-muted">PaddlePaddle supports a wide range of neural network architectures and optimization algorithms. It is easy to configure complex models such as neural machine translation models with attention mechanisms or complex memory connections.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-5x fa-bolt wow bounceIn text-primary" data-wow-delay=".2s"></i>
<h3>Efficiency</h3>
<p class="text-muted">In order to unleash the power of heterogeneous computing resource, optimization occurs at different levels of PaddlePaddle, including computing, memory, architecture and communication.</p>
<p class="text-muted">In order to unleash the power of heterogeneous computing resources, optimization occurs at different levels of PaddlePaddle, including computing, memory, architecture and communication.</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
Expand Down