index.html 6.8 KB
Newer Older
G
guosheng 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
<!doctype html>
<html>
<head>
    <meta charset="UTF-8">
    <meta name="viewport"
          content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>PaddlePaddle</title>
    <link rel="stylesheet" href="css/vendor.css">
    <link rel="stylesheet" href="css/index.css">

</head>
<body>
<script type="text/javascript">
    function browserRedirect() {
        var sUserAgent= navigator.userAgent.toLowerCase();
        var bIsIpad= sUserAgent.match(/ipad/i) == "ipad";
        var bIsIphoneOs= sUserAgent.match(/iphone os/i) == "iphone os";
        var bIsMidp= sUserAgent.match(/midp/i) == "midp";
        var bIsUc7= sUserAgent.match(/rv:1.2.3.4/i) == "rv:1.2.3.4";
        var bIsUc= sUserAgent.match(/ucweb/i) == "ucweb";
        var bIsAndroid= sUserAgent.match(/android/i) == "android";
        var bIsCE= sUserAgent.match(/windows ce/i) == "windows ce";
        var bIsWM= sUserAgent.match(/windows mobile/i) == "windows mobile";

        if (bIsIpad || bIsIphoneOs || bIsMidp || bIsUc7 || bIsUc || bIsAndroid || bIsCE || bIsWM) {
        
        } else {
            window.location.href = 'http://www.paddlepaddle.org/index.html';
        }
    }
    browserRedirect();
</script>
<div id="app" data-server-rendered="true" class="ai-app"><div class="ai-top-nav"><img src="images/home/LOGO.png" class="ai-top-nav-logo"> <span class="ai-top-nav-title">PaddlePaddle</span> <span class="ai-top-nav-item"><a href="index.cn.html">中文版</a></span></div> <div class="ai-main"><div class="ai-head-poster"><div class="ai-head-poster-mask"></div> <img src="images/home/header-bg-1.png" alt="" class="ai-head-poster-bg"> <div class="ai-head-poster-content"><div class="ai-head-poster-heading">Easy to Learn and Use Distributed Deep Learning Platform</div> <div class="ai-head-poster-intro">Providing deep learning algorithms for 100+ products</div> <div style="text-align:center;margin-bottom:1.8rem;"><a href="https://github.com/PaddlePaddle/Paddle"><div class="ai-ecology-btn" style="text-align:center;font-size:1.2rem;color:#fff;line-height:3rem;background:rgba(0,0,0,0.50);border-color:#fff;"><div class="ai-ecology-btn-content"><img src="images/home/githublogo.png" class="ai-ecology-btn-icon">
                Fork me on Github
            </div></div></a></div></div></div> <div class="ai-head-more"><div class="ai-head-more-heading">Extensive Algorithmic Service</div> <div class="ai-head-more-intro">Easy to use, efficient, flexible, and scalable</div> <!----></div> <div class="ai-application"><div class="ai-application-wrap"><div class="ai-application-item"><img src="images/home/paddle-use-01.png"> <div class="ai-application-item-heading">Mechine Vision</div> <div class="ai-application-item-wrap"><div class="ai-application-item-intro">The convoluted neural network can identify the main object in the image and output the classification result</div></div> <div class="ai-application-item-more"><a href="http://book.paddlepaddle.org/03.image_classification/index.html">Read more &gt;</a></div></div></div><div class="ai-application-wrap"><div class="ai-application-item"><img src="images/home/paddle-use-02.png"> <div class="ai-application-item-heading">Natural Language Understanding</div> <div class="ai-application-item-wrap"><div class="ai-application-item-intro">Using the LSTM network to analyze the positive and negative aspects of the commenter&#x27;s emotions from IMDB film review</div></div> <div class="ai-application-item-more"><a href="http://book.paddlepaddle.org/06.understand_sentiment/index.html">Read more &gt;</a></div></div></div><div class="ai-application-wrap"><div class="ai-application-item"><img src="images/home/paddle-use-03.png"> <div class="ai-application-item-heading">Search Engine Ranking</div> <div class="ai-application-item-wrap"><div class="ai-application-item-intro">Analyze user characteristics, movie features, rating scores, predict new users&#x27; ratings for different movies</div></div> <div class="ai-application-item-more"><a href="http://book.paddlepaddle.org/05.recommender_system/index.html">Read more &gt;</a></div></div></div></div> <div class="ai-advantage"><div class="ai-head-more"><div class="ai-head-more-heading">Technology and Service Anvantages</div> <div class="ai-head-more-intro"></div> <!----></div> <div class="ai-advantage-wrap"><div class="ai-advantage-item"><img src="images/home/TASA-ICON-01.png" class="ai-advantage-item-img"> <div class="ai-advantage-item-name">
                    Ease of use
                </div> <div class="ai-advantage-item-desc">
                    Provids an intuitive and flexible interface for loading data and specifying model structure.
                </div></div></div><div class="ai-advantage-wrap"><div class="ai-advantage-item"><img src="images/home/TASA-ICON-02.png" class="ai-advantage-item-img"> <div class="ai-advantage-item-name">
                    Flexibility
                </div> <div class="ai-advantage-item-desc">
                    Supports CNN, RNN and other neural network. Easy to configure complex models.
                </div></div></div><div class="ai-advantage-wrap"><div class="ai-advantage-item"><img src="images/home/TASA-ICON-03.png" class="ai-advantage-item-img"> <div class="ai-advantage-item-name">
                    Efficiency
                </div> <div class="ai-advantage-item-desc">
                    Efficient optimization of computing, memory, communications and architecture.
                </div></div></div><div class="ai-advantage-wrap"><div class="ai-advantage-item"><img src="images/home/TASA-ICON-04.png" class="ai-advantage-item-img"> <div class="ai-advantage-item-name">
                    Scalability
                </div> <div class="ai-advantage-item-desc">
                    Easy to use many CPUs/GPUs and machines to speed up your training and handle large-scale data easily.
                </div></div></div> <div class="ai-solution-collapse-btn" style="display:none;">
        展开全部
        <span class="ai-solution-collapse-icon icon-down-arrow"></span></div></div> <div class="ai-head-more"><div class="ai-head-more-heading">Start Using PaddlePaddle</div> <div class="ai-head-more-intro">Just go to www.paddlepaddle.org on computer</div> <!----></div> <div style="text-align:center;margin-bottom:1.8rem;"><a href="https://github.com/PaddlePaddle/Paddle"><div class="ai-ecology-btn" style="text-align:center;font-size:1.2rem;color:#fff;line-height:3rem;background:#006FEF;"><div class="ai-ecology-btn-content"><img src="images/home/githublogo.png" class="ai-ecology-btn-icon">
                Fork me on Github
            </div></div></a></div> <div class="ai-footer">©2017 Baidu 使用必读</div></div></div>
<script src="js/vendor.js"></script>
<script src="js/index.js"></script>
</body>
</html>