提交 898187ea 编写于 作者: G guosheng

add mobile pages

上级 8927fa06
.ai-ecology {
display: -webkit-box;
display: -webkit-flex;
display: flex;
}
.ai-ecology-item {
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
position: relative;
padding-bottom: 50%;
}
.ai-ecology-main {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.ai-ecology-main-paddle {
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.ai-ecology-title,
.ai-ecology-intro {
text-align: center;
color: #fff;
}
.ai-ecology-title {
margin-bottom: .5rem;
padding: 0.2rem;
line-height: 1;
font-size: 1.7rem;
}
.ai-ecology-title-paddle {
font-size: 2rem;
}
.ai-ecology-intro {
line-height: 1;
font-size: 1rem;
color: #ccc;
letter-spacing: 1px;
}
.ai-ecology-intro-paddle {
font-size: 1rem;
color: #fff;
margin-bottom: 1.5rem;
}
.ai-ecology-mask {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(35, 35, 35, 0.75);
}
.ai-ecology-mask-paddle {
background: #000000;
opacity: 0.4;
}
.ai-ecology-icon {
width: 3.75rem;
height: 3.75rem;
margin: 25% auto .875rem;
background-size: contain;
}
.ai-ecology-btn {
display: inline-block;
font-size: 1.2rem;
color: #fff;
line-height: 3rem;
background: rgba(0, 0, 0, 0.5);
border: 1px solid #fff;
border-radius: 100px;
}
.ai-ecology-btn-content {
margin: 0 1rem;
}
.ai-ecology-btn-icon {
width: 1.2rem;
height: 1.2rem;
}
.ai-ecology {
display: -webkit-box;
display: -webkit-flex;
display: flex;
}
.ai-ecology-item {
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
position: relative;
padding-bottom: 50%;
}
.ai-ecology-main {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.ai-ecology-main-paddle {
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.ai-ecology-title,
.ai-ecology-intro {
text-align: center;
color: #fff;
}
.ai-ecology-title {
margin-bottom: .5rem;
padding: 0.2rem;
line-height: 1;
font-size: 1.7rem;
}
.ai-ecology-title-paddle {
font-size: 2rem;
}
.ai-ecology-intro {
line-height: 1;
font-size: 1rem;
color: #ccc;
letter-spacing: 1px;
}
.ai-ecology-intro-paddle {
font-size: 1rem;
color: #fff;
margin-bottom: 1.5rem;
}
.ai-ecology-mask {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(35, 35, 35, 0.75);
}
.ai-ecology-mask-paddle {
background: #000000;
opacity: 0.4;
}
.ai-ecology-icon {
width: 3.75rem;
height: 3.75rem;
margin: 25% auto .875rem;
background-size: contain;
}
.ai-ecology-btn {
display: inline-block;
font-size: 1.2rem;
color: #fff;
line-height: 3rem;
background: rgba(0, 0, 0, 0.5);
border: 1px solid #fff;
border-radius: 100px;
}
.ai-ecology-btn-content {
margin: 0 1rem;
}
.ai-ecology-btn-icon {
width: 1.2rem;
height: 1.2rem;
}
此差异已折叠。
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata>Generated by IcoMoon</metadata>
<defs>
<font id="icomoon" horiz-adv-x="1024">
<font-face units-per-em="1024" ascent="960" descent="-64" />
<missing-glyph horiz-adv-x="1024" />
<glyph unicode="&#x20;" horiz-adv-x="512" d="" />
<glyph unicode="&#xe900;" glyph-name="down-arrow" d="M72.546 638.514l59.459 59.458 384.424-384.422 387.842 387.824 59.459-59.461-447.301-447.285z" />
<glyph unicode="&#xe901;" glyph-name="correct" horiz-adv-x="1051" d="M100.585 561.15l195.508-197.741c0 0 70.080 123.383 210.13 267.131s334.299 329.46 334.299 329.46v-293.844c0 0-162.921-109.057-305.645-249.321s-219.682-276.035-219.682-276.035c0 0-3.677 4.232-66.86 71.235s-248.336 258.226-248.336 258.226z" />
<glyph unicode="&#xe9bd;" glyph-name="menu" d="M64 768h896v-192h-896zM64 512h896v-192h-896zM64 256h896v-192h-896z" />
<glyph unicode="&#xea10;" glyph-name="checkmark" d="M864 832l-480-480-224 224-160-160 384-384 640 640z" />
</font></defs></svg>
\ No newline at end of file
<!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>
<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.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">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">
易用性
</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>
<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>
webpackJsonp([0],{139:function(e,t,n){function o(e){a||n(342)}var a=!1,r=n(18)(n(151),n(357),o,null,null);r.options.__file="/Users/baidu/Documents/codeRep/paddle-homepage/baidu/ai/portal-mobile/src/page/indexCN.vue",r.esModule&&Object.keys(r.esModule).some(function(e){return"default"!==e&&"__"!==e.substr(0,2)})&&console.error("named exports are not supported in *.vue files."),r.options.functional&&console.error("[vue-loader] indexCN.vue: functional components are not supported with templates, they should use render functions."),e.exports=r.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),r=o(a),i=n(130),d=o(i),s=n(132),l=o(s),u=n(92),p=o(u),c=n(91),f=o(c),g=n(135),m=o(g),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:f.default,headPoster:m.default,application:v.default,advantage:y.default,gitButton:x.default,solution:w.default,newsItem:k.default,swipe:r.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"}],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 r=n(41),i=o(r),d=n(62),s=o(d),l=n(139),u=o(l);i.default.use(s.default);var p=new i.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:{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),f=o(p),m=n(135),g=o(m),h=n(134),v=o(h),y=n(133),b=o(y),x=n(90),w=o(x),S=n(137),_=o(S),k=n(136),M=o(k),B=n(126),E=n(89);t.default={components:{app:l.default,heading:c.default,headMore:f.default,headPoster:g.default,application:v.default,advantage:b.default,gitButton:w.default,solution:_.default,newsItem:M.default,swipe:i.default,"swipe-item":d.default},data:function(){return{topNav:{item:"中文版",link:"index.cn.html"},poster:{heading:"Easy to Learn and Use Distributed Deep Learning Platform",intro:"Providing deep learning algorithms for 100+ products",posterBg:B},headMore0:{heading:"Extensive Algorithmic Service",intro:"Easy to use, efficient, flexible, and scalable"},headMore1:{heading:"Start Using PaddlePaddle",intro:"Just go to www.paddlepaddle.org on computer"},gitButton:{align:"center",margin:1.8,text:"Fork me on Github",imgSrc:E,styleObject:{textAlign:"center",fontSize:"1.2rem",color:"#fff",lineHeight:"3rem",background:"#006FEF"}},moreShowText:"Read more >",applications:[{imgSrc:n(127),heading:"Mechine Vision",intro:"The convoluted neural network can identify the main object in the image and output the classification result",link:"http://book.paddlepaddle.org/03.image_classification/index.html"},{imgSrc:n(128),heading:"Natural Language Understanding",intro:"Using the LSTM network to analyze the positive and negative aspects of the commenter's emotions from IMDB film review",link:"http://book.paddlepaddle.org/06.understand_sentiment/index.html"},{imgSrc:n(129),heading:"Search Engine Ranking",intro:"Analyze user characteristics, movie features, rating scores, predict new users' ratings for different movies",link:"http://book.paddlepaddle.org/05.recommender_system/index.html"}],advantages:[{src:n(122),name:"Ease of use",desc:"Provids an intuitive and flexible interface for loading data and specifying model structure."},{src:n(123),name:"Flexibility",desc:"Supports CNN, RNN and other neural network. Easy to configure complex models."},{src:n(124),name:"Efficiency",desc:"Efficient optimization of computing, memory, communications and architecture."},{src:n(125),name:"Scalability",desc:"Easy to use many CPUs/GPUs and machines to speed up your training and handle large-scale data easily."}],swipeSrc:B,gitSrc:E,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:{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
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册