diff --git a/mobile/css/vendor.css b/mobile/css/vendor.css index 9c01bbe8b74367a302c4da1532d20a39ae5a0826..e99cb64c990701d03a22b610e8577d8be8f81438 100644 --- a/mobile/css/vendor.css +++ b/mobile/css/vendor.css @@ -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; diff --git a/mobile/images/home/LOGO.png b/mobile/images/home/LOGO.png deleted file mode 100644 index afc5f7fa8b24cbc474ec70457802a0e4b4853dc5..0000000000000000000000000000000000000000 Binary files a/mobile/images/home/LOGO.png and /dev/null differ diff --git a/mobile/images/home/logo-paddle.png b/mobile/images/home/logo-paddle.png new file mode 100644 index 0000000000000000000000000000000000000000..883104692d3aeee0400f9988eab38606cc756a2e Binary files /dev/null and b/mobile/images/home/logo-paddle.png differ diff --git a/mobile/index.cn.html b/mobile/index.cn.html index 8a4cd7cf7536408ab1fe1c5f4fa71c2faabbea8d..f0ebe878934e58faa8441fb4d0b0399ef67e43a5 100644 --- a/mobile/index.cn.html +++ b/mobile/index.cn.html @@ -1,60 +1,135 @@ - - - - - PaddlePaddle - - + + + + + + PaddlePaddle + + + + + +
+
+ + + + English +
+
+
+
+ +
+
易学易用的分布式深度学习平台
+
正在为100+项产品提供深度学习算法支持
+
+ +
+
+ Fork me on Github
+
+
+
+
+
+
丰富的算法服务
+
易用、高效、灵活、扩展性好
+
+
+
+
+ +
机器视觉
+
+
卷积神经网络可以识别图像中的主要对象,并输出分类结果
+
+
+
+
+ +
自然语言理解
+
+
利用LSTM网络从IMDB电影评论的中分析出评论者情绪的正面和负面
+
+
+
+
+ +
推荐系统
+
+
分析用户特征、电影特征、点评分数,预测新用户对不同电影的点评分数
+
+
+
+
+
+
技术和服务优势
+
+
+
+
+ +
易用性
+
为用户提供了直观、灵活的数据接口和模型配置接口
+
+
+
+ +
灵活性
+
支持CNN、RNN等多种神经网络结构和优化算法。简单书写配置文件即可实现复杂模型
+
+
+
+ +
高效性
+
在计算、存储、通信、架构等方面都做了高效优化,充分发挥各种资源的性能
+
+
+
+ +
扩展性
+
全面支持多核、多GPU、多机环境。轻松应对大规模训练需求
+
+ +
+
+
现在开始使用PaddlePaddle
+
易学易用的分布式深度学习平台
+
+
+ +
+
+ Fork me on Github
+
+
+
+
+ + + - if (bIsIpad || bIsIphoneOs || bIsMidp || bIsUc7 || bIsUc || bIsAndroid || bIsCE || bIsWM) { - - } else { - window.location.href = 'http://www.paddlepaddle.org/index.html'; - } - } - browserRedirect(); - -
PaddlePaddle English
易学易用的分布式深度学习平台
正在为100+项产品提供深度学习算法支持
- Fork me on Github -
丰富的算法服务
易用、高效、灵活、扩展性好
机器视觉
卷积神经网络可以识别图像中的主要对象,并输出分类结果
自然语言理解
利用LSTM网络从IMDB电影评论的中分析出评论者情绪的正面和负面
搜索引擎排序
分析用户特征、电影特征、点评分数,预测新用户对不同电影的点评分数
Technology and Service Anvantages
- 易用性 -
- 为用户提供了直观、灵活的数据接口和模型配置接口 -
- 灵活性 -
- 支持CNN、RNN等多种神经网络结构和优化算法。简单书写配置文件即可实现复杂模型 -
- 高效性 -
- 在计算、存储、通信、架构等方面都做了高效优化,充分发挥各种资源的性能 -
- 扩展性 -
- 全面支持多核、多GPU、多机环境。轻松应对大规模数据训练需求 -
现在开始使用PaddlePaddle
易学易用的分布式深度学习平台
- Fork me on Github -
- - - diff --git a/mobile/index.html b/mobile/index.html index 7ace2db37c3ef7ba3fef1042e48709f75a8fd77b..3de567fbd871be7043764a31544fda236efd2027 100644 --- a/mobile/index.html +++ b/mobile/index.html @@ -1,60 +1,135 @@ - - - - - PaddlePaddle - - + + + + + + PaddlePaddle + + + + + +
+
+ + + + 中文版 +
+
+
+
+ +
+
PArallel Distributed Deep LEarning
+
An Easy-to-use, Efficient, Flexible and Scalable Deep Learning Platform
+
+ +
+
+ Fork me on Github
+
+
+
+
+
+
Diverse Application Scenarios
+
Powers hundreds of baidu and partner products
+
+
+
+
+ +
Computer Vision
+
+
Using Convolutional Neural Networks (CNN) for Image Recognition and Object Detection.
+
+
+
+
+ +
Natural Language Understanding
+
+
Using Recurrent Neural Network (RNN) for Sentiment Analysis.
+
+
+
+
+ +
Recommender System
+
+
Using Deep Learning on Recommendation Systems to Help Users Find Interests.
+
+
+
+
+
+
Technical Features
+
+
+
+
+ +
Ease of use
+
Provides an intuitive and flexible interface for loading data and specifying model structure.
+
+
+
+ +
Flexibility
+
Supports CNN, RNN and various variants and ease to configure complicated deep models.
+
+
+
+ +
Efficiency
+
Provides extremely optimized operations, memory recycling, network communication.
+
+
+
+ +
Scalability
+
Ease to scale heterogeneous computing resource and storage to accelerate training process.
+
+ +
+
+
PaddlePaddle
+
An Easy-to-use, Efficient, Flexible and Scalable Deep Learning Platform
+
+
+ +
+
+ Fork me on Github
+
+
+
+
+ + + - if (bIsIpad || bIsIphoneOs || bIsMidp || bIsUc7 || bIsUc || bIsAndroid || bIsCE || bIsWM) { - - } else { - window.location.href = 'http://www.paddlepaddle.org/index.html'; - } - } - browserRedirect(); - -
PaddlePaddle 中文版
Easy to Learn and Use Distributed Deep Learning Platform
Providing deep learning algorithms for 100+ products
- Fork me on Github -
Extensive Algorithmic Service
Easy to use, efficient, flexible, and scalable
Mechine Vision
The convoluted neural network can identify the main object in the image and output the classification result
Natural Language Understanding
Using the LSTM network to analyze the positive and negative aspects of the commenter's emotions from IMDB film review
Search Engine Ranking
Analyze user characteristics, movie features, rating scores, predict new users' ratings for different movies
Technology and Service Anvantages
- Ease of use -
- Provids an intuitive and flexible interface for loading data and specifying model structure. -
- Flexibility -
- Supports CNN, RNN and other neural network. Easy to configure complex models. -
- Efficiency -
- Efficient optimization of computing, memory, communications and architecture. -
- Scalability -
- Easy to use many CPUs/GPUs and machines to speed up your training and handle large-scale data easily. -
Start Using PaddlePaddle
Just go to www.paddlepaddle.org on computer
- Fork me on Github -
- - - diff --git a/mobile/js/index.cn.js b/mobile/js/index.cn.js index a58591ac12dc40bb1aab4948709552d26b587135..0efa7623fee01e8c1a5c640ef8c1f9a25a4c7c22 100644 --- a/mobile/js/index.cn.js +++ b/mobile/js/index.cn.js @@ -1 +1 @@ -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([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 diff --git a/mobile/js/index.js b/mobile/js/index.js index c8fe31bb46bef317ea0802c16ac4399e9b0680db..e8c2fb7edfe82612774a11e6617c81da65784213 100644 --- a/mobile/js/index.js +++ b/mobile/js/index.js @@ -1 +1 @@ -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 +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 diff --git a/mobile/js/vendor.js b/mobile/js/vendor.js index 277a1bf348f2cdff9385759c013c4573cd8c0592..245a6c1dcff97021e4c387e20bfd36711f16eb5f 100644 --- a/mobile/js/vendor.js +++ b/mobile/js/vendor.js @@ -1 +1 @@ -!function(t){function e(n){if(r[n])return r[n].exports;var o=r[n]={i:n,l:!1,exports:{}};return t[n].call(o.exports,o,o.exports,e),o.l=!0,o.exports}var n=window.webpackJsonp;window.webpackJsonp=function(r,i,a){for(var s,u,c,f=0,l=[];f0?o(r(t),9007199254740991):0}},function(t,e,n){var r=n(20);t.exports=function(t){return Object(r(t))}},function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},function(t,e,n){var r=n(7),o=n(30);t.exports=n(6)?function(t,e,n){return r.f(t,e,o(1,n))}:function(t,e,n){return t[e]=n,t}},function(t,e,n){var r=n(2),o=n(12),i=n(10),a=n(40)("src"),s=Function.toString,u=(""+s).split("toString");n(25).inspectSource=function(t){return s.call(t)},(t.exports=function(t,e,n,s){var c="function"==typeof n;c&&(i(n,"name")||o(n,"name",e)),t[e]!==n&&(c&&(i(n,a)||o(n,a,t[e]?""+t[e]:u.join(String(e)))),t===r?t[e]=n:s?t[e]?t[e]=n:o(t,e,n):(delete t[e],o(t,e,n)))})(Function.prototype,"toString",function(){return"function"==typeof this&&this[a]||s.call(this)})},function(t,e,n){var r=n(0),o=n(3),i=n(20),a=/"/g,s=function(t,e,n,r){var o=String(i(t)),s="<"+e;return""!==n&&(s+=" "+n+'="'+String(r).replace(a,""")+'"'),s+">"+o+""};t.exports=function(t,e){var n={};n[t]=e(s),r(r.P+r.F*o(function(){var e=""[t]('"');return e!==e.toLowerCase()||e.split('"').length>3}),"String",n)}},function(t,e,n){var r=n(49),o=n(20);t.exports=function(t){return r(o(t))}},function(t,e,n){var r=n(50),o=n(30),i=n(15),a=n(24),s=n(10),u=n(102),c=Object.getOwnPropertyDescriptor;e.f=n(6)?c:function(t,e){if(t=i(t),e=a(e,!0),u)try{return c(t,e)}catch(t){}if(s(t,e))return o(!r.f.call(t,e),t[e])}},function(t,e,n){var r=n(10),o=n(9),i=n(78)("IE_PROTO"),a=Object.prototype;t.exports=Object.getPrototypeOf||function(t){return t=o(t),r(t,i)?t[i]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?a:null}},function(t,e){t.exports=function(t,e,n,r,o){var i,a=t=t||{},s=typeof t.default;"object"!==s&&"function"!==s||(i=t,a=t.default);var u="function"==typeof a?a.options:a;e&&(u.render=e.render,u.staticRenderFns=e.staticRenderFns),r&&(u._scopeId=r);var c;if(o?(c=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),n&&n.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(o)},u._ssrRegister=c):n&&(c=n),c){var f=u.functional,l=f?u.render:u.beforeCreate;f?u.render=function(t,e){return c.call(e),l(t,e)}:u.beforeCreate=l?[].concat(l,c):[c]}return{esModule:i,exports:a,options:u}}},function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},function(t,e){t.exports=function(t){if(void 0==t)throw TypeError("Can't call method on "+t);return t}},function(t,e,n){var r=n(3);t.exports=function(t,e){return!!t&&r(function(){e?t.call(null,function(){},1):t.call(null)})}},function(t,e,n){var r=n(26),o=n(49),i=n(9),a=n(8),s=n(156);t.exports=function(t,e){var n=1==t,u=2==t,c=3==t,f=4==t,l=6==t,p=5==t||l,d=e||s;return function(e,s,h){for(var v,m,g=i(e),y=o(g),_=r(s,h,3),b=a(y.length),x=0,w=n?d(e,b):u?d(e,0):void 0;b>x;x++)if((p||x in y)&&(v=y[x],m=_(v,x,g),t))if(n)w[x]=m;else if(m)switch(t){case 3:return!0;case 5:return v;case 6:return x;case 2:w.push(v)}else if(f)return!1;return l?-1:c||f?f:w}}},function(t,e,n){var r=n(0),o=n(25),i=n(3);t.exports=function(t,e){var n=(o.Object||{})[t]||Object[t],a={};a[t]=e(n),r(r.S+r.F*i(function(){n(1)}),"Object",a)}},function(t,e,n){var r=n(4);t.exports=function(t,e){if(!r(t))return t;var n,o;if(e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;if("function"==typeof(n=t.valueOf)&&!r(o=n.call(t)))return o;if(!e&&"function"==typeof(n=t.toString)&&!r(o=n.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},function(t,e){var n=t.exports={version:"2.4.0"};"number"==typeof __e&&(__e=n)},function(t,e,n){var r=n(11);t.exports=function(t,e,n){if(r(t),void 0===e)return t;switch(n){case 1:return function(n){return t.call(e,n)};case 2:return function(n,r){return t.call(e,n,r)};case 3:return function(n,r,o){return t.call(e,n,r,o)}}return function(){return t.apply(e,arguments)}}},function(t,e,n){var r=n(118),o=n(0),i=n(60)("metadata"),a=i.store||(i.store=new(n(121))),s=function(t,e,n){var o=a.get(t);if(!o){if(!n)return;a.set(t,o=new r)}var i=o.get(e);if(!i){if(!n)return;o.set(e,i=new r)}return i},u=function(t,e,n){var r=s(e,n,!1);return void 0!==r&&r.has(t)},c=function(t,e,n){var r=s(e,n,!1);return void 0===r?void 0:r.get(t)},f=function(t,e,n,r){s(n,r,!0).set(t,e)},l=function(t,e){var n=s(t,e,!1),r=[];return n&&n.forEach(function(t,e){r.push(e)}),r},p=function(t){return void 0===t||"symbol"==typeof t?t:String(t)},d=function(t){o(o.S,"Reflect",t)};t.exports={store:a,map:s,has:u,get:c,set:f,keys:l,key:p,exp:d}},function(t,e,n){"use strict";if(n(6)){var r=n(33),o=n(2),i=n(3),a=n(0),s=n(61),u=n(85),c=n(26),f=n(32),l=n(30),p=n(12),d=n(37),h=n(31),v=n(8),m=n(39),g=n(24),y=n(10),_=n(115),b=n(48),x=n(4),w=n(9),S=n(70),O=n(34),E=n(17),A=n(35).f,C=n(87),T=n(40),j=n(5),P=n(22),k=n(51),M=n(79),$=n(88),I=n(44),N=n(57),F=n(38),R=n(63),L=n(95),D=n(7),U=n(16),B=D.f,W=U.f,V=o.RangeError,G=o.TypeError,H=o.Uint8Array,z=Array.prototype,q=u.ArrayBuffer,J=u.DataView,X=P(0),Y=P(2),K=P(3),Z=P(4),Q=P(5),tt=P(6),et=k(!0),nt=k(!1),rt=$.values,ot=$.keys,it=$.entries,at=z.lastIndexOf,st=z.reduce,ut=z.reduceRight,ct=z.join,ft=z.sort,lt=z.slice,pt=z.toString,dt=z.toLocaleString,ht=j("iterator"),vt=j("toStringTag"),mt=T("typed_constructor"),gt=T("def_constructor"),yt=s.CONSTR,_t=s.TYPED,bt=s.VIEW,xt=P(1,function(t,e){return Ct(M(t,t[gt]),e)}),wt=i(function(){return 1===new H(new Uint16Array([1]).buffer)[0]}),St=!!H&&!!H.prototype.set&&i(function(){new H(1).set({})}),Ot=function(t,e){if(void 0===t)throw G("Wrong length!");var n=+t,r=v(t);if(e&&!_(n,r))throw V("Wrong length!");return r},Et=function(t,e){var n=h(t);if(n<0||n%e)throw V("Wrong offset!");return n},At=function(t){if(x(t)&&_t in t)return t;throw G(t+" is not a typed array!")},Ct=function(t,e){if(!(x(t)&&mt in t))throw G("It is not a typed array constructor!");return new t(e)},Tt=function(t,e){return jt(M(t,t[gt]),e)},jt=function(t,e){for(var n=0,r=e.length,o=Ct(t,r);r>n;)o[n]=e[n++];return o},Pt=function(t,e,n){B(t,e,{get:function(){return this._d[n]}})},kt=function(t){var e,n,r,o,i,a,s=w(t),u=arguments.length,f=u>1?arguments[1]:void 0,l=void 0!==f,p=C(s);if(void 0!=p&&!S(p)){for(a=p.call(s),r=[],e=0;!(i=a.next()).done;e++)r.push(i.value);s=r}for(l&&u>2&&(f=c(f,arguments[2],2)),e=0,n=v(s.length),o=Ct(this,n);n>e;e++)o[e]=l?f(s[e],e):s[e];return o},Mt=function(){for(var t=0,e=arguments.length,n=Ct(this,e);e>t;)n[t]=arguments[t++];return n},$t=!!H&&i(function(){dt.call(new H(1))}),It=function(){return dt.apply($t?lt.call(At(this)):At(this),arguments)},Nt={copyWithin:function(t,e){return L.call(At(this),t,e,arguments.length>2?arguments[2]:void 0)},every:function(t){return Z(At(this),t,arguments.length>1?arguments[1]:void 0)},fill:function(t){return R.apply(At(this),arguments)},filter:function(t){return Tt(this,Y(At(this),t,arguments.length>1?arguments[1]:void 0))},find:function(t){return Q(At(this),t,arguments.length>1?arguments[1]:void 0)},findIndex:function(t){return tt(At(this),t,arguments.length>1?arguments[1]:void 0)},forEach:function(t){X(At(this),t,arguments.length>1?arguments[1]:void 0)},indexOf:function(t){return nt(At(this),t,arguments.length>1?arguments[1]:void 0)},includes:function(t){return et(At(this),t,arguments.length>1?arguments[1]:void 0)},join:function(t){return ct.apply(At(this),arguments)},lastIndexOf:function(t){return at.apply(At(this),arguments)},map:function(t){return xt(At(this),t,arguments.length>1?arguments[1]:void 0)},reduce:function(t){return st.apply(At(this),arguments)},reduceRight:function(t){return ut.apply(At(this),arguments)},reverse:function(){for(var t,e=this,n=At(e).length,r=Math.floor(n/2),o=0;o1?arguments[1]:void 0)},sort:function(t){return ft.call(At(this),t)},subarray:function(t,e){var n=At(this),r=n.length,o=m(t,r);return new(M(n,n[gt]))(n.buffer,n.byteOffset+o*n.BYTES_PER_ELEMENT,v((void 0===e?r:m(e,r))-o))}},Ft=function(t,e){return Tt(this,lt.call(At(this),t,e))},Rt=function(t){At(this);var e=Et(arguments[1],1),n=this.length,r=w(t),o=v(r.length),i=0;if(o+e>n)throw V("Wrong length!");for(;i255?255:255&r),o.v[h](n*e+o.o,r,wt)},j=function(t,e){B(t,e,{get:function(){return C(this,e)},set:function(t){return T(this,e,t)},enumerable:!0})};_?(m=n(function(t,n,r,o){f(t,m,c,"_d");var i,a,s,u,l=0,d=0;if(x(n)){if(!(n instanceof q||"ArrayBuffer"==(u=b(n))||"SharedArrayBuffer"==u))return _t in n?jt(m,n):kt.call(m,n);i=n,d=Et(r,e);var h=n.byteLength;if(void 0===o){if(h%e)throw V("Wrong length!");if((a=h-d)<0)throw V("Wrong length!")}else if((a=v(o)*e)+d>h)throw V("Wrong length!");s=a/e}else s=Ot(n,!0),a=s*e,i=new q(a);for(p(t,"_d",{b:i,o:d,l:a,e:s,v:new J(i)});l0?r:n)(t)}},function(t,e){t.exports=function(t,e,n,r){if(!(t instanceof e)||void 0!==r&&r in t)throw TypeError(n+": incorrect invocation!");return t}},function(t,e){t.exports=!1},function(t,e,n){var r=n(1),o=n(108),i=n(66),a=n(78)("IE_PROTO"),s=function(){},u=function(){var t,e=n(65)("iframe"),r=i.length;for(e.style.display="none",n(68).appendChild(e),e.src="javascript:",t=e.contentWindow.document,t.open(),t.write("