Skip to content

Commit

Permalink
Merge pull request #28 from rtlee9/en-site-edits
Browse files Browse the repository at this point in the history
En site edits - about and features sections
  • Loading branch information
emailweixu authored Sep 2, 2016
2 parents 658dd3f + 665215d commit 79c5e82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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

0 comments on commit 79c5e82

Please sign in to comment.