Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
Paddle
提交
1d808a99
P
Paddle
项目概览
PaddlePaddle
/
Paddle
大约 1 年 前同步成功
通知
2299
Star
20931
Fork
5422
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
1423
列表
看板
标记
里程碑
合并请求
543
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
Paddle
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
1,423
Issue
1,423
列表
看板
标记
里程碑
合并请求
543
合并请求
543
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
1d808a99
编写于
7月 03, 2017
作者:
L
LiuYongFeng
提交者:
GitHub
7月 03, 2017
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update text
上级
8927fa06
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
62 addition
and
27 deletion
+62
-27
index.cn.html
index.cn.html
+24
-6
index.html
index.html
+38
-21
未找到文件。
index.cn.html
浏览文件 @
1d808a99
...
...
@@ -16,6 +16,24 @@
</script>
</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
)
{
window
.
location
.
href
=
'
http://www.paddlepaddle.org/mobile/index.html
'
;
}
}
browserRedirect
();
</script>
<header
class=
"site-header"
>
<nav
class=
"row"
>
<div
class=
"logo"
>
...
...
@@ -27,7 +45,7 @@
<li><a
href=
"http://book.paddlepaddle.org/index.cn.html"
target=
"_blank"
>
快速开始
</a></li>
<li><a
href=
"http://www.paddlepaddle.org/doc_cn/howto/index_cn.html"
target=
"_blank"
>
文档中心
</a></li>
<li
class=
"version-switcher"
>
<a>
版本
<i
class=
"fa"
aria-hidden=
"true"
></i></a>
<a>
版本
<i
class=
"fa"
aria-hidden=
"true"
></i>
</a>
<ul>
<li><a
href=
"http://www.paddlepaddle.org/release/0.10.0/doc_cn/"
target=
"_blank"
>
0.10.0
</a></li>
<li><a
href=
"http://www.paddlepaddle.org/release_doc/0.9.0/doc_cn/"
target=
"_blank"
>
0.9.0
</a></li>
...
...
@@ -70,7 +88,7 @@
<div>
<div
class=
"service-desc"
>
<h3>
机器视觉
</h3>
<p>
卷积神经网络可以识别图像中的主要对象
,
并输出分类结果
</p>
<p>
卷积神经网络可以识别图像中的主要对象
,
并输出分类结果
</p>
<div>
<a
role=
"button"
class=
"view-more"
href=
"http://book.paddlepaddle.org/03.image_classification/index.cn.html"
target=
"_blank"
>
查看更多 >
</a>
</div>
...
...
@@ -97,8 +115,8 @@
</div>
<div>
<div
class=
"service-desc"
>
<h3>
搜索引擎排序
</h3>
<p>
分析用户特征、电影特征、点评分数
,预测新用户对不同电影的点评分数
</p>
<h3>
推荐系统
</h3>
<p>
分析用户特征、电影特征、点评分数
,预测新用户对不同电影的打分
</p>
<div>
<a
role=
"button"
class=
"view-more"
href=
"http://book.paddlepaddle.org/05.recommender_system/index.cn.html"
target=
"_blank"
>
查看更多 >
</a>
</div>
...
...
@@ -137,7 +155,7 @@
<img
src=
"./images/feature-4.png"
>
</div>
<h3>
扩展性
</h3>
<p>
全面支持多核、多GPU、多机环境。轻松应对大规模
数据
训练需求
</p>
<p>
全面支持多核、多GPU、多机环境。轻松应对大规模训练需求
</p>
</div>
</div>
</section>
...
...
@@ -159,4 +177,4 @@
<script
src=
"./js/common.bundle.js"
></script>
<script
src=
"./js/home.bundle.js"
></script>
</body>
</html>
\ No newline at end of file
</html>
index.html
浏览文件 @
1d808a99
<!DOCTYPE html>
<html
lang=
"
e
n"
>
<html
lang=
"
zh-c
n"
>
<head>
<meta
charset=
"UTF-8"
>
<title>
PaddlePaddle
</title>
...
...
@@ -15,7 +15,25 @@
})();
</script>
</head>
<body>
<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
)
{
window
.
location
.
href
=
'
http://www.paddlepaddle.org/mobile/index.html
'
;
}
}
browserRedirect
();
</script>
<header
class=
"site-header"
>
<nav
class=
"row"
>
<div
class=
"logo"
>
...
...
@@ -25,7 +43,7 @@
<ul
class=
"site-links"
>
<li><a
class=
"active"
>
Home
</a></li>
<li><a
href=
"http://book.paddlepaddle.org/index.html"
target=
"_blank"
>
Quick Start
</a></li>
<li><a
href=
"http://www.paddlepaddle.org/doc/howto/index_en.html"
target=
"_blank"
>
Document
s
</a></li>
<li><a
href=
"http://www.paddlepaddle.org/doc/howto/index_en.html"
target=
"_blank"
>
Document
ation
</a></li>
<li
class=
"version-switcher"
>
<a>
Version
<i
class=
"fa"
aria-hidden=
"true"
></i></a>
<ul>
...
...
@@ -50,9 +68,8 @@
</header>
<section
class=
"head-banner"
>
<div
class=
"row banner"
>
<h1>
Easy to Learn and Use Distributed
</h1>
<h1>
Deep Learning Platform
</h1>
<p>
Providing deep learning algorithms for 100+ products
</p>
<h1>
PArallel Distributed Deep LEarning
</h1>
<p>
An Easy-to-use, Efficient, Flexible and Scalable Deep Learning Platform
</p>
<div>
<a
class=
"quick-start"
href=
"http://book.paddlepaddle.org/index.html"
target=
"_blank"
>
Quick Start
</a>
</div>
...
...
@@ -61,8 +78,8 @@
</section>
<section
class=
"services"
>
<div
class=
"row"
>
<h2><span>
Extensive Algorithmic Service
</span></h2>
<p
class=
"sub-title"
>
Easy to use, efficient, flexible, and scalable
</p>
<h2><span>
Diverse Application Scenarios
</span></h2>
<p
class=
"sub-title"
>
Powers hundreds of baidu and partner products
</p>
</div>
<div
class=
"row"
>
<div>
...
...
@@ -70,8 +87,8 @@
</div>
<div>
<div
class=
"service-desc"
>
<h3>
Machine
Vision
</h3>
<p>
The convoluted neural network can identify the main object in the image and output the classification result
</p>
<h3>
Computer
Vision
</h3>
<p>
Using a Convolutional Neural Network (CNN) for Image Recognition and Object Detection.
</p>
<div>
<a
role=
"button"
class=
"view-more"
href=
"http://book.paddlepaddle.org/03.image_classification/index.html"
target=
"_blank"
>
Read more >
</a>
</div>
...
...
@@ -82,7 +99,7 @@
<div>
<div
class=
"service-desc"
>
<h3>
Natural Language Understanding
</h3>
<p>
Using
the LSTM network to analyze the positive and negative aspects of the commenter's emotions from IMDB film review
</p>
<p>
Using
a Recurrent Neural Network (RNN) for Sentiment Analysis.
</p>
<div>
<a
role=
"button"
class=
"view-more"
href=
"http://book.paddlepaddle.org/06.understand_sentiment/index.html"
target=
"_blank"
>
Read more >
</a>
</div>
...
...
@@ -98,8 +115,8 @@
</div>
<div>
<div
class=
"service-desc"
>
<h3>
Search Engine Ranking
</h3>
<p>
Analyze user characteristics, movie features, rating scores, predict new users' ratings for different movies
</p>
<h3>
Recommender System
</h3>
<p>
Using Deep Learning on Recommendation Systems to Help Users Find Interests.
</p>
<div>
<a
role=
"button"
class=
"view-more"
href=
"http://book.paddlepaddle.org/05.recommender_system/index.html"
target=
"_blank"
>
Read more >
</a>
</div>
...
...
@@ -109,7 +126,7 @@
</section>
<section
class=
"features"
>
<div
class=
"row"
>
<h2><span>
Techn
ology and Service Advantag
es
</span></h2>
<h2><span>
Techn
ical Featur
es
</span></h2>
</div>
<div
class=
"row"
>
<div
class=
"feature-desc"
>
...
...
@@ -117,35 +134,35 @@
<img
src=
"./images/feature-1.png"
>
</div>
<h3>
Ease of use
</h3>
<p>
Provids an intuitive and flexible interface for loading data and specifying model structure.
</p>
<p>
Provid
e
s an intuitive and flexible interface for loading data and specifying model structure.
</p>
</div>
<div
class=
"feature-desc"
>
<div
class=
"feature-icon"
>
<img
src=
"./images/feature-2.png"
>
</div>
<h3>
Flexibility
</h3>
<p>
Supports CNN, RNN and
other neural network. Easy to configure complex
models.
</p>
<p>
Supports CNN, RNN and
various variants and ease to configure complicated deep
models.
</p>
</div>
<div
class=
"feature-desc"
>
<div
class=
"feature-icon"
>
<img
src=
"./images/feature-3.png"
>
</div>
<h3>
Efficiency
</h3>
<p>
Efficient optimization of computing, memory, communications and architecture
.
</p>
<p>
Provides extremely optimized operations, memory recycling, network communication
.
</p>
</div>
<div
class=
"feature-desc"
>
<div
class=
"feature-icon"
>
<img
src=
"./images/feature-4.png"
>
</div>
<h3>
Scalability
</h3>
<p>
Eas
y to use many CPUs/GPUs and machines to speed up your training and handle large-scale data easily
.
</p>
<p>
Eas
e to scale heterogeneous computing resource and storage to accelerate training process
.
</p>
</div>
</div>
</section>
<section
class=
"get-started"
>
<div
class=
"row"
>
<h2>
Start Using
PaddlePaddle
</h2>
<p>
Easy to Learn and Use Distributed
Deep Learning Platform
</p>
<h2>
PaddlePaddle
</h2>
<p>
An Easy-to-use, Efficient, Flexible and Scalable
Deep Learning Platform
</p>
<div>
<a
role=
"button"
class=
"quick-start"
href=
"http://book.paddlepaddle.org/index.html"
target=
"_blank"
>
Quick Start
</a>
</div>
...
...
@@ -159,4 +176,4 @@
<script
src=
"./js/common.bundle.js"
></script>
<script
src=
"./js/home.bundle.js"
></script>
</body>
</html>
\ No newline at end of file
</html>
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录