提交 72c7d36d 编写于 作者: G guosheng

update texts and logo image

上级 ac71a782
......@@ -62,8 +62,10 @@ a {
align-items: center;
}
.ai-top-nav-logo {
max-width: 10.54rem;
max-height: 1.5rem;
/*max-width: 10.54rem;
max-height: 1.5rem;*/
width: 139.6px;
height: 24px;
}
.ai-top-nav-menu {
position: absolute;
......@@ -94,7 +96,8 @@ a {
}
.ai-main {
position: absolute;
top: 50px;
/*top: 50px;*/
top: 64px;
bottom: 0;
left: 0;
right: 0;
......@@ -231,8 +234,10 @@ a {
.ai-top-nav {
position: relative;
height: 50px;
line-height: 50px;
/*height: 50px;
line-height: 50px;*/
height: 64px;
line-height: 64px;
background-color: #000;
padding: 0 1.04rem;
display: -webkit-box;
......@@ -246,8 +251,10 @@ a {
color: #fff;
}
.ai-top-nav-logo {
max-width: 10.54rem;
max-height: 1.5rem;
/*max-width: 10.54rem;
max-height: 1.5rem;*/
width: 139.6px;
height: 24px;
margin: 0 .4rem;
}
.ai-top-nav-item {
......@@ -255,6 +262,7 @@ a {
position: absolute;
right: 1.04rem;
margin: 0 .4rem;
font-size: 14px;
}
.ai-top-nav-item a {
color: #fff;
......
<!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.cn.css">
<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.cn.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";
</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-paddle.png" class="ai-top-nav-logo">
<!---->
<span class="ai-top-nav-item">
<a href="index.html">English</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">易学易用的分布式深度学习平台</div>
<div class="ai-head-poster-intro">正在为100+项产品提供深度学习算法支持</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">丰富的算法服务</div>
<div class="ai-head-more-intro">易用、高效、灵活、扩展性好</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">机器视觉</div>
<div class="ai-application-item-wrap">
<div class="ai-application-item-intro">卷积神经网络可以识别图像中的主要对象,并输出分类结果</div></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">自然语言理解</div>
<div class="ai-application-item-wrap">
<div class="ai-application-item-intro">利用LSTM网络从IMDB电影评论的中分析出评论者情绪的正面和负面</div></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">推荐系统</div>
<div class="ai-application-item-wrap">
<div class="ai-application-item-intro">分析用户特征、电影特征、点评分数,预测新用户对不同电影的点评分数</div></div>
<!----></div>
</div>
</div>
<div class="ai-advantage">
<div class="ai-head-more">
<div class="ai-head-more-heading">技术和服务优势</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">易用性</div>
<div class="ai-advantage-item-desc">为用户提供了直观、灵活的数据接口和模型配置接口</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">灵活性</div>
<div class="ai-advantage-item-desc">支持CNN、RNN等多种神经网络结构和优化算法。简单书写配置文件即可实现复杂模型</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">高效性</div>
<div class="ai-advantage-item-desc">在计算、存储、通信、架构等方面都做了高效优化,充分发挥各种资源的性能</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">扩展性</div>
<div class="ai-advantage-item-desc">全面支持多核、多GPU、多机环境。轻松应对大规模训练需求</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">现在开始使用PaddlePaddle</div>
<div class="ai-head-more-intro">易学易用的分布式深度学习平台</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.cn.js"></script>
</body>
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.html">English</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">易学易用的分布式深度学习平台</div> <div class="ai-head-poster-intro">正在为100+项产品提供深度学习算法支持</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">丰富的算法服务</div> <div class="ai-head-more-intro">易用、高效、灵活、扩展性好</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">机器视觉</div> <div class="ai-application-item-wrap"><div class="ai-application-item-intro">卷积神经网络可以识别图像中的主要对象,并输出分类结果</div></div> <div class="ai-application-item-more"><a href="http://book.paddlepaddle.org/03.image_classification/index.cn.html">查看更多 &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">自然语言理解</div> <div class="ai-application-item-wrap"><div class="ai-application-item-intro">利用LSTM网络从IMDB电影评论的中分析出评论者情绪的正面和负面</div></div> <div class="ai-application-item-more"><a href="http://book.paddlepaddle.org/06.understand_sentiment/index.cn.html">查看更多 &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">推荐系统</div> <div class="ai-application-item-wrap"><div class="ai-application-item-intro">分析用户特征、电影特征、点评分数,预测新用户对不同电影的点评分数</div></div> <div class="ai-application-item-more"><a href="http://book.paddlepaddle.org/05.recommender_system/index.cn.html">查看更多 &gt;</a></div></div></div></div> <div class="ai-advantage"><div class="ai-head-more"><div class="ai-head-more-heading">技术和服务优势</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">
易用性
</div> <div class="ai-advantage-item-desc">
为用户提供了直观、灵活的数据接口和模型配置接口
</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">
灵活性
</div> <div class="ai-advantage-item-desc">
支持CNN、RNN等多种神经网络结构和优化算法。简单书写配置文件即可实现复杂模型
</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">
高效性
</div> <div class="ai-advantage-item-desc">
在计算、存储、通信、架构等方面都做了高效优化,充分发挥各种资源的性能
</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">
扩展性
</div> <div class="ai-advantage-item-desc">
全面支持多核、多GPU、多机环境。轻松应对大规模数据训练需求
</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">现在开始使用PaddlePaddle</div> <div class="ai-head-more-intro">易学易用的分布式深度学习平台</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.cn.js"></script>
</body>
</html>
<!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>
<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";
</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-paddle.png" class="ai-top-nav-logo">
<!---->
<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">PArallel Distributed Deep LEarning</div>
<div class="ai-head-poster-intro">An Easy-to-use, Efficient, Flexible and Scalable Deep Learning Platform</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">Diverse Application Scenarios</div>
<div class="ai-head-more-intro">Powers hundreds of baidu and partner products</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">Computer Vision</div>
<div class="ai-application-item-wrap">
<div class="ai-application-item-intro">Using Convolutional Neural Networks (CNN) for Image Recognition and Object Detection.</div></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 Recurrent Neural Network (RNN) for Sentiment Analysis.</div></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">Recommender System</div>
<div class="ai-application-item-wrap">
<div class="ai-application-item-intro">Using Deep Learning on Recommendation Systems to Help Users Find Interests.</div></div>
<!----></div>
</div>
</div>
<div class="ai-advantage">
<div class="ai-head-more">
<div class="ai-head-more-heading">Technical Features</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">Provides 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 various variants and ease to configure complicated deep 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">Provides extremely optimized operations, memory recycling, network communication.</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">Ease to scale heterogeneous computing resource and storage to accelerate training process.</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">PaddlePaddle</div>
<div class="ai-head-more-intro">An Easy-to-use, Efficient, Flexible and Scalable Deep Learning Platform</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>
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">PArallel Distributed Deep LEarning</div> <div class="ai-head-poster-intro">An Easy-to-use, Efficient, Flexible and Scalable Deep Learning Platform</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">Diverse Application Scenarios</div> <div class="ai-head-more-intro">Promoting 100+ new business products on the line</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">Computer Vision</div> <div class="ai-application-item-wrap"><div class="ai-application-item-intro">Using Convolutional Neural Networks (CNN) for Image Recognition and Object Detection.</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 Recurrent Neural Network (RNN) for Sentiment Analysis.</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">Recommender System</div> <div class="ai-application-item-wrap"><div class="ai-application-item-intro">Using Deep Learning on Recommendation Systems to Help Users Find Interests.</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">Technical Features</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">
Provides 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 various variants and ease to configure complicated deep 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">
Provides extremely optimized operations, memory recycling, network communication.
</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">
Ease to scale heterogeneous computing resource and storage to accelerate training process.
</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">PaddlePaddle</div> <div class="ai-head-more-intro">An Easy-to-use, Efficient, Flexible and Scalable Deep Learning Platform</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>
webpackJsonp([0],{139:function(e,t,n){function o(e){a||n(342)}var a=!1,i=n(18)(n(151),n(357),o,null,null);i.options.__file="/Users/baidu/Documents/codeRep/paddle-homepage/baidu/ai/portal-mobile/src/page/indexCN.vue",i.esModule&&Object.keys(i.esModule).some(function(e){return"default"!==e&&"__"!==e.substr(0,2)})&&console.error("named exports are not supported in *.vue files."),i.options.functional&&console.error("[vue-loader] indexCN.vue: functional components are not supported with templates, they should use render functions."),e.exports=i.exports},151:function(e,t,n){"use strict";function o(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var a=n(131),i=o(a),r=n(130),d=o(r),s=n(132),l=o(s),u=n(92),p=o(u),c=n(91),g=o(c),f=n(135),m=o(f),h=n(134),v=o(h),b=n(133),y=o(b),_=n(90),x=o(_),S=n(137),w=o(S),M=n(136),k=o(M),B=n(126),N=n(89);t.default={components:{app:l.default,heading:p.default,headMore:g.default,headPoster:m.default,application:v.default,advantage:y.default,gitButton:x.default,solution:w.default,newsItem:k.default,swipe:i.default,"swipe-item":d.default},data:function(){return{topNav:{item:"English",link:"index.html"},poster:{heading:"易学易用的分布式深度学习平台",intro:"正在为100+项产品提供深度学习算法支持",posterBg:B},headMore0:{heading:"丰富的算法服务",intro:"易用、高效、灵活、扩展性好"},headMore1:{heading:"现在开始使用PaddlePaddle",intro:"易学易用的分布式深度学习平台"},gitButton:{align:"center",margin:1.8,text:"Fork me on Github",imgSrc:N,styleObject:{textAlign:"center",fontSize:"1.2rem",color:"#fff",lineHeight:"3rem",background:"#006FEF"}},moreShowText:"查看更多 >",applications:[{imgSrc:n(127),heading:"机器视觉",intro:"卷积神经网络可以识别图像中的主要对象,并输出分类结果",link:"http://book.paddlepaddle.org/03.image_classification/index.cn.html"},{imgSrc:n(128),heading:"自然语言理解",intro:"利用LSTM网络从IMDB电影评论的中分析出评论者情绪的正面和负面",link:"http://book.paddlepaddle.org/06.understand_sentiment/index.cn.html"},{imgSrc:n(129),heading:"推荐系统",intro:"分析用户特征、电影特征、点评分数,预测新用户对不同电影的点评分数",link:"http://book.paddlepaddle.org/05.recommender_system/index.cn.html"}],advantageHeading:"技术和服务优势",advantages:[{src:n(122),name:"易用性",desc:"为用户提供了直观、灵活的数据接口和模型配置接口"},{src:n(123),name:"灵活性",desc:"支持CNN、RNN等多种神经网络结构和优化算法。简单书写配置文件即可实现复杂模型"},{src:n(124),name:"高效性",desc:"在计算、存储、通信、架构等方面都做了高效优化,充分发挥各种资源的性能"},{src:n(125),name:"扩展性",desc:"全面支持多核、多GPU、多机环境。轻松应对大规模数据训练需求"}],swipeSrc:B,gitSrc:N,news:[]}}}},152:function(e,t,n){"use strict";function o(e){return e&&e.__esModule?e:{default:e}}var a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e};n(47);var i=n(41),r=o(i),d=n(62),s=o(d),l=n(139),u=o(l);r.default.use(s.default);var p=new r.default(u.default);"object"===("undefined"==typeof window?"undefined":a(window))?p.$mount("#app"):void 0!==e&&e.exports&&(e.exports=p)},342:function(e,t){},357:function(e,t,n){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("app",{attrs:{topNavItem:e.topNav.item,topNavLink:e.topNav.link}},[n("head-poster",{attrs:{heading:e.poster.heading,intro:e.poster.intro,posterBg:e.poster.posterBg}}),e._v(" "),n("head-more",{attrs:{heading:e.headMore0.heading,intro:e.headMore0.intro}}),e._v(" "),n("application",{attrs:{applications:e.applications,moreShowText:e.moreShowText}}),e._v(" "),n("advantage",{attrs:{advantageHeading:e.advantageHeading,advantages:e.advantages}}),e._v(" "),n("head-more",{attrs:{heading:e.headMore1.heading,intro:e.headMore1.intro}}),e._v(" "),n("git-button",{attrs:{align:e.gitButton.align,margin:e.gitButton.margin,styleObject:e.gitButton.styleObject,imgSrc:e.gitButton.imgSrc,text:e.gitButton.text}})],1)},staticRenderFns:[]},e.exports.render._withStripped=!0}},[152]);
\ No newline at end of file
webpackJsonp([0],{139:function(e,t,n){function o(e){a||n(342)}var a=!1,i=n(18)(n(151),n(357),o,null,null);i.options.__file="/Users/baidu/Documents/codeRep/paddle-homepage/baidu/ai/portal-mobile/src/page/indexCN.vue",i.esModule&&Object.keys(i.esModule).some(function(e){return"default"!==e&&"__"!==e.substr(0,2)})&&console.error("named exports are not supported in *.vue files."),i.options.functional&&console.error("[vue-loader] indexCN.vue: functional components are not supported with templates, they should use render functions."),e.exports=i.exports},151:function(e,t,n){"use strict";function o(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var a=n(131),i=o(a),r=n(130),d=o(r),s=n(132),l=o(s),u=n(92),p=o(u),c=n(91),g=o(c),f=n(135),m=o(f),h=n(134),v=o(h),b=n(133),y=o(b),_=n(90),x=o(_),S=n(137),w=o(S),M=n(136),k=o(M),B=n(126),N=n(89);t.default={components:{app:l.default,heading:p.default,headMore:g.default,headPoster:m.default,application:v.default,advantage:y.default,gitButton:x.default,solution:w.default,newsItem:k.default,swipe:i.default,"swipe-item":d.default},data:function(){return{topNav:{item:"English",link:"index.html"},poster:{heading:"易学易用的分布式深度学习平台",intro:"正在为100+项产品提供深度学习算法支持",posterBg:B},headMore0:{heading:"丰富的算法服务",intro:"易用、高效、灵活、扩展性好"},headMore1:{heading:"现在开始使用PaddlePaddle",intro:"易学易用的分布式深度学习平台"},gitButton:{align:"center",margin:1.8,text:"Fork me on Github",imgSrc:N,styleObject:{textAlign:"center",fontSize:"1.2rem",color:"#fff",lineHeight:"3rem",background:"#006FEF"}},moreShowText:"查看更多 >",applications:[{imgSrc:n(127),heading:"机器视觉",intro:"卷积神经网络可以识别图像中的主要对象,并输出分类结果",link:"http://book.paddlepaddle.org/03.image_classification/index.cn.html"},{imgSrc:n(128),heading:"自然语言理解",intro:"利用LSTM网络从IMDB电影评论的中分析出评论者情绪的正面和负面",link:"http://book.paddlepaddle.org/06.understand_sentiment/index.cn.html"},{imgSrc:n(129),heading:"推荐系统",intro:"分析用户特征、电影特征、点评分数,预测新用户对不同电影的点评分数",link:"http://book.paddlepaddle.org/05.recommender_system/index.cn.html"}],advantageHeading:"技术和服务优势",advantages:[{src:n(122),name:"易用性",desc:"为用户提供了直观、灵活的数据接口和模型配置接口"},{src:n(123),name:"灵活性",desc:"支持CNN、RNN等多种神经网络结构和优化算法。简单书写配置文件即可实现复杂模型"},{src:n(124),name:"高效性",desc:"在计算、存储、通信、架构等方面都做了高效优化,充分发挥各种资源的性能"},{src:n(125),name:"扩展性",desc:"全面支持多核、多GPU、多机环境。轻松应对大规模训练需求"}],swipeSrc:B,gitSrc:N,news:[]}}}},152:function(e,t,n){"use strict";function o(e){return e&&e.__esModule?e:{default:e}}var a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e};n(47);var i=n(41),r=o(i),d=n(62),s=o(d),l=n(139),u=o(l);r.default.use(s.default);var p=new r.default(u.default);"object"===("undefined"==typeof window?"undefined":a(window))?p.$mount("#app"):void 0!==e&&e.exports&&(e.exports=p)},342:function(e,t){},357:function(e,t,n){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("app",{attrs:{topNavItem:e.topNav.item,topNavLink:e.topNav.link}},[n("head-poster",{attrs:{heading:e.poster.heading,intro:e.poster.intro,posterBg:e.poster.posterBg}}),e._v(" "),n("head-more",{attrs:{heading:e.headMore0.heading,intro:e.headMore0.intro}}),e._v(" "),n("application",{attrs:{applications:e.applications,moreShowText:e.moreShowText}}),e._v(" "),n("advantage",{attrs:{advantageHeading:e.advantageHeading,advantages:e.advantages}}),e._v(" "),n("head-more",{attrs:{heading:e.headMore1.heading,intro:e.headMore1.intro}}),e._v(" "),n("git-button",{attrs:{align:e.gitButton.align,margin:e.gitButton.margin,styleObject:e.gitButton.styleObject,imgSrc:e.gitButton.imgSrc,text:e.gitButton.text}})],1)},staticRenderFns:[]},e.exports.render._withStripped=!0}},[152]);
\ No newline at end of file
webpackJsonp([1],{138:function(e,t,n){function o(e){a||n(344)}var a=!1,i=n(18)(n(150),n(359),o,null,null);i.options.__file="/Users/baidu/Documents/codeRep/paddle-homepage/baidu/ai/portal-mobile/src/page/index.vue",i.esModule&&Object.keys(i.esModule).some(function(e){return"default"!==e&&"__"!==e.substr(0,2)})&&console.error("named exports are not supported in *.vue files."),i.options.functional&&console.error("[vue-loader] index.vue: functional components are not supported with templates, they should use render functions."),e.exports=i.exports},150:function(e,t,n){"use strict";function o(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var a=n(131),i=o(a),r=n(130),d=o(r),s=n(132),l=o(s),u=n(92),c=o(u),p=n(91),g=o(p),m=n(135),f=o(m),h=n(134),v=o(h),b=n(133),y=o(b),S=n(90),x=o(S),_=n(137),w=o(_),N=n(136),k=o(N),M=n(126),B=n(89);t.default={components:{app:l.default,heading:c.default,headMore:g.default,headPoster:f.default,application:v.default,advantage:y.default,gitButton:x.default,solution:w.default,newsItem:k.default,swipe:i.default,"swipe-item":d.default},data:function(){return{topNav:{item:"中文版",link:"index.cn.html"},poster:{heading:"PArallel Distributed Deep LEarning",intro:"An Easy-to-use, Efficient, Flexible and Scalable Deep Learning Platform",posterBg:M},headMore0:{heading:"Diverse Application Scenarios",intro:"Promoting 100+ new business products on the line"},headMore1:{heading:"PaddlePaddle",intro:"An Easy-to-use, Efficient, Flexible and Scalable Deep Learning Platform"},gitButton:{align:"center",margin:1.8,text:"Fork me on Github",imgSrc:B,styleObject:{textAlign:"center",fontSize:"1.2rem",color:"#fff",lineHeight:"3rem",background:"#006FEF"}},moreShowText:"Read more >",applications:[{imgSrc:n(127),heading:"Computer Vision",intro:"Using Convolutional Neural Networks (CNN) for Image Recognition and Object Detection.",link:"http://book.paddlepaddle.org/03.image_classification/index.html"},{imgSrc:n(128),heading:"Natural Language Understanding",intro:"Using Recurrent Neural Network (RNN) for Sentiment Analysis.",link:"http://book.paddlepaddle.org/06.understand_sentiment/index.html"},{imgSrc:n(129),heading:"Recommender System",intro:"Using Deep Learning on Recommendation Systems to Help Users Find Interests.",link:"http://book.paddlepaddle.org/05.recommender_system/index.html"}],advantageHeading:"Technical Features",advantages:[{src:n(122),name:"Ease of use",desc:"Provides an intuitive and flexible interface for loading data and specifying model structure."},{src:n(123),name:"Flexibility",desc:"Supports CNN, RNN and various variants and ease to configure complicated deep models."},{src:n(124),name:"Efficiency",desc:"Provides extremely optimized operations, memory recycling, network communication."},{src:n(125),name:"Scalability",desc:"Ease to scale heterogeneous computing resource and storage to accelerate training process."}],swipeSrc:M,gitSrc:B,news:[]}}}},153:function(e,t,n){"use strict";function o(e){return e&&e.__esModule?e:{default:e}}var a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e};n(47);var i=n(41),r=o(i),d=n(62),s=o(d),l=n(138),u=o(l);r.default.use(s.default);var c=new r.default(u.default);"object"===("undefined"==typeof window?"undefined":a(window))?c.$mount("#app"):void 0!==e&&e.exports&&(e.exports=c)},344:function(e,t){},359:function(e,t,n){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("app",{attrs:{topNavItem:e.topNav.item,topNavLink:e.topNav.link}},[n("head-poster",{attrs:{heading:e.poster.heading,intro:e.poster.intro,posterBg:e.poster.posterBg}}),e._v(" "),n("head-more",{attrs:{heading:e.headMore0.heading,intro:e.headMore0.intro}}),e._v(" "),n("application",{attrs:{applications:e.applications,moreShowText:e.moreShowText}}),e._v(" "),n("advantage",{attrs:{advantageHeading:e.advantageHeading,advantages:e.advantages}}),e._v(" "),n("head-more",{attrs:{heading:e.headMore1.heading,intro:e.headMore1.intro}}),e._v(" "),n("git-button",{attrs:{align:e.gitButton.align,margin:e.gitButton.margin,styleObject:e.gitButton.styleObject,imgSrc:e.gitButton.imgSrc,text:e.gitButton.text}})],1)},staticRenderFns:[]},e.exports.render._withStripped=!0}},[153]);
\ No newline at end of file
webpackJsonp([1],{138:function(e,t,n){function o(e){a||n(344)}var a=!1,i=n(18)(n(150),n(359),o,null,null);i.options.__file="/Users/baidu/Documents/codeRep/paddle-homepage/baidu/ai/portal-mobile/src/page/index.vue",i.esModule&&Object.keys(i.esModule).some(function(e){return"default"!==e&&"__"!==e.substr(0,2)})&&console.error("named exports are not supported in *.vue files."),i.options.functional&&console.error("[vue-loader] index.vue: functional components are not supported with templates, they should use render functions."),e.exports=i.exports},150:function(e,t,n){"use strict";function o(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var a=n(131),i=o(a),r=n(130),d=o(r),s=n(132),l=o(s),u=n(92),c=o(u),p=n(91),g=o(p),m=n(135),f=o(m),h=n(134),v=o(h),b=n(133),y=o(b),S=n(90),x=o(S),_=n(137),w=o(_),N=n(136),k=o(N),M=n(126),B=n(89);t.default={components:{app:l.default,heading:c.default,headMore:g.default,headPoster:f.default,application:v.default,advantage:y.default,gitButton:x.default,solution:w.default,newsItem:k.default,swipe:i.default,"swipe-item":d.default},data:function(){return{topNav:{item:"中文版",link:"index.cn.html"},poster:{heading:"PArallel Distributed Deep LEarning",intro:"An Easy-to-use, Efficient, Flexible and Scalable Deep Learning Platform",posterBg:M},headMore0:{heading:"Diverse Application Scenarios",intro:"Powers hundreds of baidu and partner products"},headMore1:{heading:"PaddlePaddle",intro:"An Easy-to-use, Efficient, Flexible and Scalable Deep Learning Platform"},gitButton:{align:"center",margin:1.8,text:"Fork me on Github",imgSrc:B,styleObject:{textAlign:"center",fontSize:"1.2rem",color:"#fff",lineHeight:"3rem",background:"#006FEF"}},moreShowText:"Read more >",applications:[{imgSrc:n(127),heading:"Computer Vision",intro:"Using Convolutional Neural Networks (CNN) for Image Recognition and Object Detection.",link:"http://book.paddlepaddle.org/03.image_classification/index.html"},{imgSrc:n(128),heading:"Natural Language Understanding",intro:"Using Recurrent Neural Network (RNN) for Sentiment Analysis.",link:"http://book.paddlepaddle.org/06.understand_sentiment/index.html"},{imgSrc:n(129),heading:"Recommender System",intro:"Using Deep Learning on Recommendation Systems to Help Users Find Interests.",link:"http://book.paddlepaddle.org/05.recommender_system/index.html"}],advantageHeading:"Technical Features",advantages:[{src:n(122),name:"Ease of use",desc:"Provides an intuitive and flexible interface for loading data and specifying model structure."},{src:n(123),name:"Flexibility",desc:"Supports CNN, RNN and various variants and ease to configure complicated deep models."},{src:n(124),name:"Efficiency",desc:"Provides extremely optimized operations, memory recycling, network communication."},{src:n(125),name:"Scalability",desc:"Ease to scale heterogeneous computing resource and storage to accelerate training process."}],swipeSrc:M,gitSrc:B,news:[]}}}},153:function(e,t,n){"use strict";function o(e){return e&&e.__esModule?e:{default:e}}var a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e};n(47);var i=n(41),r=o(i),d=n(62),s=o(d),l=n(138),u=o(l);r.default.use(s.default);var c=new r.default(u.default);"object"===("undefined"==typeof window?"undefined":a(window))?c.$mount("#app"):void 0!==e&&e.exports&&(e.exports=c)},344:function(e,t){},359:function(e,t,n){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("app",{attrs:{topNavItem:e.topNav.item,topNavLink:e.topNav.link}},[n("head-poster",{attrs:{heading:e.poster.heading,intro:e.poster.intro,posterBg:e.poster.posterBg}}),e._v(" "),n("head-more",{attrs:{heading:e.headMore0.heading,intro:e.headMore0.intro}}),e._v(" "),n("application",{attrs:{applications:e.applications,moreShowText:e.moreShowText}}),e._v(" "),n("advantage",{attrs:{advantageHeading:e.advantageHeading,advantages:e.advantages}}),e._v(" "),n("head-more",{attrs:{heading:e.headMore1.heading,intro:e.headMore1.intro}}),e._v(" "),n("git-button",{attrs:{align:e.gitButton.align,margin:e.gitButton.margin,styleObject:e.gitButton.styleObject,imgSrc:e.gitButton.imgSrc,text:e.gitButton.text}})],1)},staticRenderFns:[]},e.exports.render._withStripped=!0}},[153]);
\ No newline at end of file
因为 它太大了无法显示 source diff 。你可以改为 查看blob
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册