提交 f053c1a6 编写于 作者: G gangliao 提交者: GitHub

Fix Typo

上级 c79c5436
...@@ -50,9 +50,9 @@ ...@@ -50,9 +50,9 @@
</header> </header>
<section class="head-banner"> <section class="head-banner">
<div class="row banner"> <div class="row banner">
<h1>Easy to Learn and Use Distributed</h1> <h1>PaddlePaddle</h1>
<h1>Deep Learning Platform</h1> <h1>PArallel Distributed Deep LEarning</h1>
<p>Providing deep learning algorithms for 100+ products</p> <p>An Easy-to-use, Efficient, Flexible and Scalable Deep Learning Platform</p>
<div> <div>
<a class="quick-start" href="http://book.paddlepaddle.org/index.html" target="_blank">Quick Start</a> <a class="quick-start" href="http://book.paddlepaddle.org/index.html" target="_blank">Quick Start</a>
</div> </div>
...@@ -61,8 +61,8 @@ ...@@ -61,8 +61,8 @@
</section> </section>
<section class="services"> <section class="services">
<div class="row"> <div class="row">
<h2><span>Extensive Algorithmic Service</span></h2> <h2><span>Diverse Application Scenarios</span></h2>
<p class="sub-title">Easy to use, efficient, flexible, and scalable</p> <p class="sub-title">Providing deep learning algorithms for 100+ products</p>
</div> </div>
<div class="row"> <div class="row">
<div> <div>
...@@ -70,8 +70,8 @@ ...@@ -70,8 +70,8 @@
</div> </div>
<div> <div>
<div class="service-desc"> <div class="service-desc">
<h3>Machine Vision</h3> <h3>Computer Vision</h3>
<p>The convoluted neural network can identify the main object in the image and output the classification result</p> <p>Using Convolutional Neural Networks (CNN) for image recognition and object detection</p>
<div> <div>
<a role="button" class="view-more" href="http://book.paddlepaddle.org/03.image_classification/index.html" target="_blank">Read more ></a> <a role="button" class="view-more" href="http://book.paddlepaddle.org/03.image_classification/index.html" target="_blank">Read more ></a>
</div> </div>
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
<div> <div>
<div class="service-desc"> <div class="service-desc">
<h3>Natural Language Understanding</h3> <h3>Natural Language Understanding</h3>
<p>Using the LSTM network to analyze the positive and negative aspects of the commenter's emotions from IMDB film review</p> <p>Using Recurrent Neural Network (RNN) for sentiment analysis</p>
<div> <div>
<a role="button" class="view-more" href="http://book.paddlepaddle.org/06.understand_sentiment/index.html" target="_blank">Read more ></a> <a role="button" class="view-more" href="http://book.paddlepaddle.org/06.understand_sentiment/index.html" target="_blank">Read more ></a>
</div> </div>
...@@ -98,8 +98,8 @@ ...@@ -98,8 +98,8 @@
</div> </div>
<div> <div>
<div class="service-desc"> <div class="service-desc">
<h3>Search Engine Ranking</h3> <h3>Recommender System</h3>
<p>Analyze user characteristics, movie features, rating scores, predict new users' ratings for different movies</p> <p>Using Deep Learning on recommendation systems to help users find items</p>
<div> <div>
<a role="button" class="view-more" href="http://book.paddlepaddle.org/05.recommender_system/index.html" target="_blank">Read more ></a> <a role="button" class="view-more" href="http://book.paddlepaddle.org/05.recommender_system/index.html" target="_blank">Read more ></a>
</div> </div>
...@@ -109,7 +109,7 @@ ...@@ -109,7 +109,7 @@
</section> </section>
<section class="features"> <section class="features">
<div class="row"> <div class="row">
<h2><span>Technology and Service Advantages</span></h2> <h2><span>Technical Features</span></h2>
</div> </div>
<div class="row"> <div class="row">
<div class="feature-desc"> <div class="feature-desc">
...@@ -117,35 +117,35 @@ ...@@ -117,35 +117,35 @@
<img src="./images/feature-1.png"> <img src="./images/feature-1.png">
</div> </div>
<h3>Ease of use</h3> <h3>Ease of use</h3>
<p>Provids an intuitive and flexible interface for loading data and specifying model structure.</p> <p>Provides an intuitive and flexible interface for loading data and specifying model structure.</p>
</div> </div>
<div class="feature-desc"> <div class="feature-desc">
<div class="feature-icon"> <div class="feature-icon">
<img src="./images/feature-2.png"> <img src="./images/feature-2.png">
</div> </div>
<h3>Flexibility</h3> <h3>Flexibility</h3>
<p>Supports CNN, RNN and other neural network. Easy to configure complex models.</p> <p>Supports CNN, RNN and various variants and ease to configure complicated deep models.</p>
</div> </div>
<div class="feature-desc"> <div class="feature-desc">
<div class="feature-icon"> <div class="feature-icon">
<img src="./images/feature-3.png"> <img src="./images/feature-3.png">
</div> </div>
<h3>Efficiency</h3> <h3>Efficiency</h3>
<p>Efficient optimization of computing, memory, communications and architecture.</p> <p>Provides extremely optimized operations, memory recycling, network communication.</p>
</div> </div>
<div class="feature-desc"> <div class="feature-desc">
<div class="feature-icon"> <div class="feature-icon">
<img src="./images/feature-4.png"> <img src="./images/feature-4.png">
</div> </div>
<h3>Scalability</h3> <h3>Scalability</h3>
<p>Easy to use many CPUs/GPUs and machines to speed up your training and handle large-scale data easily.</p> <p>Ease to scale heterogeneous computing resource and storage to accelerate training process.</p>
</div> </div>
</div> </div>
</section> </section>
<section class="get-started"> <section class="get-started">
<div class="row"> <div class="row">
<h2>Start Using PaddlePaddle</h2> <h2>PaddlePaddle</h2>
<p>Easy to Learn and Use Distributed Deep Learning Platform</p> <p>An Easy-to-use, Efficient, Flexible and Scalable Deep Learning Platform</p>
<div> <div>
<a role="button" class="quick-start" href="http://book.paddlepaddle.org/index.html" target="_blank">Quick Start</a> <a role="button" class="quick-start" href="http://book.paddlepaddle.org/index.html" target="_blank">Quick Start</a>
</div> </div>
...@@ -159,4 +159,4 @@ ...@@ -159,4 +159,4 @@
<script src="./js/common.bundle.js"></script> <script src="./js/common.bundle.js"></script>
<script src="./js/home.bundle.js"></script> <script src="./js/home.bundle.js"></script>
</body> </body>
</html> </html>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册