Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
book
提交
c90fed38
B
book
项目概览
PaddlePaddle
/
book
通知
16
Star
4
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
40
列表
看板
标记
里程碑
合并请求
37
Wiki
5
Wiki
分析
仓库
DevOps
项目成员
Pages
B
book
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
40
Issue
40
列表
看板
标记
里程碑
合并请求
37
合并请求
37
Pages
分析
分析
仓库分析
DevOps
Wiki
5
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
c90fed38
编写于
3月 09, 2017
作者:
Y
Yu Yang
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Add missing index file
上级
00eeb5f4
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
344 addition
and
0 deletion
+344
-0
.pre-commit-config.yaml
.pre-commit-config.yaml
+4
-0
index.en.html
index.en.html
+168
-0
index.html
index.html
+172
-0
未找到文件。
.pre-commit-config.yaml
浏览文件 @
c90fed38
...
@@ -24,6 +24,10 @@
...
@@ -24,6 +24,10 @@
files
:
\.md$
files
:
\.md$
-
id
:
remove-tabs
-
id
:
remove-tabs
files
:
\.md$
files
:
\.md$
-
repo
:
git://github.com/reyoung/pre-commit-hooks-jinja-compile.git
sha
:
85ad800cbc9c60a64230d60971aa9576fd57e508
hooks
:
-
id
:
convert-jinja2-into-html
-
repo
:
local
-
repo
:
local
hooks
:
hooks
:
-
id
:
convert-markdown-into-html
-
id
:
convert-markdown-into-html
...
...
index.en.html
0 → 100644
浏览文件 @
c90fed38
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<title>
Deep Learning 101
</title>
<link
href=
"http://cdn.bootcss.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css"
rel=
"stylesheet"
>
<script
src=
"http://cdn.bootcss.com/tether/1.4.0/js/tether.js"
></script>
<script
src=
"http://cdn.bootcss.com/jquery/3.1.0/jquery.slim.js"
></script>
<script
src=
"http://cdn.bootcss.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js"
></script>
<style>
*
{
font-family
:
"Roboto"
,
"Lato"
,
"proxima-nova"
,
"Helvetica Neue"
,
Arial
,
sans-serif
;
}
.left-panel
{
background
:
#E5E6EA
;
}
.left-panel
.card-block
a
.click_active
{
background-color
:
#597cf1
;
color
:
#fff
;
}
.left-panel
.card-header
{
background
:
#ecedee
;
}
.left-panel
.card-block
a
:not
(
.click_active
)
{
background
:
#e4e6e9
;
}
.left-panel
.card-block
a
{
border-radius
:
0px
;
font-size
:
13px
;
color
:
#2F323A
;
padding-left
:
40px
;
border
:
1px
solid
rgba
(
0
,
0
,
0
,
.125
);
}
.left-panel
.card-block
a
.active_color
{
color
:
rgb
(
70
,
74
,
76
);
font-weight
:
bolder
;
}
.left-panel
.list-group-item
{
-moz-box-align
:
center
;
align-items
:
center
;
display
:
flex
;
flex-flow
:
row
wrap
;
margin-bottom
:
-1px
;
padding
:
0.75rem
1.25rem
;
position
:
relative
;
color
:
#2f323a
;
}
.navbar
img
{
height
:
90%
;
width
:
90%
;
}
</style>
</head>
<body>
<nav
class=
"navbar navbar-toggleable-md navbar-inverse bg-inverse"
>
<a
class=
"navbar-brand mr-auto"
href=
"#"
>
<img
alt=
"PaddlePaddle"
src=
"./.theme/PP_w.png"
>
</a>
<ul
class=
"nav navbar-nav"
>
<li
class=
"nav-item"
>
<a
class=
"nav-link"
href=
"http://paddlepaddle.org"
>
Home
</a>
</li>
<li
class=
"nav-item "
>
<a
class=
"nav-link"
href=
"./index.html"
>
中文
</a>
</li>
<li
class=
"nav-item active"
>
<a
class=
"nav-link"
href=
"#"
>
Deep Learning 101
</a>
</li>
<li
class=
"nav-item"
>
<a
class=
"nav-link"
href=
"https://github.com/PaddlePaddle/book/"
>
Fork on Github
</a>
</li>
</ul>
</nav>
<div
class=
"container-fluid"
>
<div
class=
"row"
>
<div
class=
"col-3 pl-1 pr-1 left-panel"
>
<div
id=
"accordion"
role=
"tablist"
aria-multiselectable=
"true"
>
<div
class=
"card"
>
<div
class=
"card-header"
role=
"tab"
id=
"headingOne"
>
<h5
class=
"mb-0"
>
<a
aria-expanded=
"true"
aria-controls=
"collapseOne"
>
Deep Learning 101
<span
class=
"sr-only"
>
(current)
</span>
</a>
</h5>
</div>
<div
id=
"collapseOne"
class=
"rounded-0 collapse show"
role=
"tabpanel"
aria-labelledby=
"headingOne"
>
<div
class=
"card-block pl-0 pr-0 pt-0 pb-0"
>
<div
class=
"list-group "
>
<a
href=
"./fit_a_line/index.en.html"
target=
"content_iframe"
class=
"list-group-item list-group-item-action"
style=
"border: 0px; border-bottom: 2px solid #dddfe3;"
>
Linear Regression
</a>
<a
href=
"./recognize_digits/index.en.html"
target=
"content_iframe"
class=
"list-group-item list-group-item-action"
style=
"border: 0px; border-bottom: 2px solid #dddfe3;"
>
Recognize Digits
</a>
<a
href=
"./image_classification/index.en.html"
target=
"content_iframe"
class=
"list-group-item list-group-item-action"
style=
"border: 0px; border-bottom: 2px solid #dddfe3;"
>
Image Classification
</a>
<a
href=
"./word2vec/index.en.html"
target=
"content_iframe"
class=
"list-group-item list-group-item-action"
style=
"border: 0px; border-bottom: 2px solid #dddfe3;"
>
Word2Vec
</a>
<a
href=
"./understand_sentiment/index.en.html"
target=
"content_iframe"
class=
"list-group-item list-group-item-action"
style=
"border: 0px; border-bottom: 2px solid #dddfe3;"
>
Sentiment Analysis
</a>
<a
href=
"./label_semantic_roles/index.en.html"
target=
"content_iframe"
class=
"list-group-item list-group-item-action"
style=
"border: 0px; border-bottom: 2px solid #dddfe3;"
>
Semantic Role Labeling
</a>
<a
href=
"./machine_translation/index.en.html"
target=
"content_iframe"
class=
"list-group-item list-group-item-action"
style=
"border: 0px; border-bottom: 2px solid #dddfe3;"
>
Machine Translation
</a>
<a
href=
"./recommender_system/index.en.html"
target=
"content_iframe"
class=
"list-group-item list-group-item-action"
style=
"border: 0px; border-bottom: 2px solid #dddfe3;"
>
Personalized Recommendation
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div
class=
"col"
>
<iframe
src=
"./fit_a_line/index.en.html"
style=
"border: none; overflow-y : hidden"
width=
"100%"
height=
"100%"
name=
"content_iframe"
id=
"content_iframe"
>
</iframe>
</div>
</div>
</div>
<script>
$
(
'
#content_iframe
'
).
on
(
'
load
'
,
function
(){
$
(
"
#content_iframe
"
).
height
(
200
)
// trick code to shrink iframe size
var
body
=
$
(
'
#content_iframe
'
).
contents
().
find
(
"
body
"
)
body
.
css
(
"
overflow-y
"
,
"
hidden
"
)
$
(
"
#content_iframe
"
).
height
(
body
.
height
()
+
20
)
var
alllinks
=
$
(
'
#content_iframe
'
).
contents
().
find
(
"
a
"
)
for
(
var
i
=
0
;
i
<
alllinks
.
length
;
++
i
)
{
alllinks
[
i
].
setAttribute
(
"
target
"
,
"
_blank
"
)
}
});
$
(
"
.list-group a
"
).
click
(
function
(){
$
(
"
.list-group a.click_active
"
).
removeClass
(
"
click_active
"
);
$
(
this
).
addClass
(
"
click_active
"
);
})
$
(
$
(
"
.list-group a
"
)[
0
]).
addClass
(
"
click_active
"
)
</script>
</body>
</html>
\ No newline at end of file
index.html
0 → 100644
浏览文件 @
c90fed38
<!DOCTYPE html>
<html
lang=
"zh-Hans"
>
<head>
<meta
charset=
"UTF-8"
>
<title>
深度学习入门
</title>
<link
href=
"http://cdn.bootcss.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css"
rel=
"stylesheet"
>
<script
src=
"http://cdn.bootcss.com/tether/1.4.0/js/tether.js"
></script>
<script
src=
"http://cdn.bootcss.com/jquery/3.1.0/jquery.slim.js"
></script>
<script
src=
"http://cdn.bootcss.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js"
></script>
<style>
*
{
font-family
:
"Roboto"
,
"Lato"
,
"proxima-nova"
,
"Helvetica Neue"
,
Arial
,
sans-serif
;
}
.left-panel
{
background
:
#E5E6EA
;
}
.left-panel
.card-block
a
.click_active
{
background-color
:
#597cf1
;
color
:
#fff
;
}
.left-panel
.card-header
{
background
:
#ecedee
;
}
.left-panel
.card-header
a
{
font-size
:
14px
;
}
.left-panel
.card-block
a
:not
(
.click_active
)
{
background
:
#e4e6e9
;
}
.left-panel
.card-block
a
{
border-radius
:
0px
;
font-size
:
13px
;
color
:
#2F323A
;
padding-left
:
40px
;
border
:
1px
solid
rgba
(
0
,
0
,
0
,
.125
);
}
.left-panel
.card-block
a
.active_color
{
color
:
rgb
(
70
,
74
,
76
);
font-weight
:
bolder
;
}
.left-panel
.list-group-item
{
-moz-box-align
:
center
;
align-items
:
center
;
display
:
flex
;
flex-flow
:
row
wrap
;
margin-bottom
:
-1px
;
padding
:
0.75rem
1.25rem
;
position
:
relative
;
color
:
#2f323a
;
}
.navbar
img
{
height
:
90%
;
width
:
90%
;
}
</style>
</head>
<body>
<nav
class=
"navbar navbar-toggleable-md navbar-inverse bg-inverse"
>
<a
class=
"navbar-brand mr-auto"
href=
"#"
>
<img
alt=
"PaddlePaddle"
src=
"./.theme/PP_w.png"
>
</a>
<ul
class=
"nav navbar-nav"
>
<li
class=
"nav-item"
>
<a
class=
"nav-link"
href=
"http://paddlepaddle.org"
>
首页
</a>
</li>
<li
class=
"nav-item active"
>
<a
class=
"nav-link"
href=
"#"
>
深度学习入门
</a>
</li>
<li
class=
"nav-item "
>
<a
class=
"nav-link"
href=
"./index.en.html"
>
English
</a>
</li>
<li
class=
"nav-item"
>
<a
class=
"nav-link"
href=
"https://github.com/PaddlePaddle/book/"
>
Fork on Github
</a>
</li>
</ul>
</nav>
<div
class=
"container-fluid"
>
<div
class=
"row"
>
<div
class=
"col-3 pl-1 pr-1 left-panel"
>
<div
id=
"accordion"
role=
"tablist"
aria-multiselectable=
"true"
>
<div
class=
"card"
>
<div
class=
"card-header"
role=
"tab"
id=
"headingOne"
>
<h5
class=
"mb-0"
>
<a
aria-expanded=
"true"
aria-controls=
"collapseOne"
>
深度学习入门
</a>
</h5>
</div>
<div
id=
"collapseOne"
class=
"rounded-0 collapse show"
role=
"tabpanel"
aria-labelledby=
"headingOne"
>
<div
class=
"card-block pl-0 pr-0 pt-0 pb-0"
>
<div
class=
"list-group "
>
<a
href=
"./fit_a_line/index.html"
target=
"content_iframe"
class=
"list-group-item list-group-item-action"
style=
"border: 0px; border-bottom: 2px solid #dddfe3;"
>
新手入门
</a>
<a
href=
"./recognize_digits/index.html"
target=
"content_iframe"
class=
"list-group-item list-group-item-action"
style=
"border: 0px; border-bottom: 2px solid #dddfe3;"
>
识别数字
</a>
<a
href=
"./image_classification/index.html"
target=
"content_iframe"
class=
"list-group-item list-group-item-action"
style=
"border: 0px; border-bottom: 2px solid #dddfe3;"
>
图像分类
</a>
<a
href=
"./word2vec/index.html"
target=
"content_iframe"
class=
"list-group-item list-group-item-action"
style=
"border: 0px; border-bottom: 2px solid #dddfe3;"
>
词向量
</a>
<a
href=
"./understand_sentiment/index.html"
target=
"content_iframe"
class=
"list-group-item list-group-item-action"
style=
"border: 0px; border-bottom: 2px solid #dddfe3;"
>
情感分析
</a>
<a
href=
"./label_semantic_roles/index.html"
target=
"content_iframe"
class=
"list-group-item list-group-item-action"
style=
"border: 0px; border-bottom: 2px solid #dddfe3;"
>
语义角色标注
</a>
<a
href=
"./machine_translation/index.html"
target=
"content_iframe"
class=
"list-group-item list-group-item-action"
style=
"border: 0px; border-bottom: 2px solid #dddfe3;"
>
机器翻译
</a>
<a
href=
"./recommender_system/index.html"
target=
"content_iframe"
class=
"list-group-item list-group-item-action"
style=
"border: 0px; border-bottom: 2px solid #dddfe3;"
>
个性化推荐
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div
class=
"col"
>
<iframe
src=
"./fit_a_line/index.html"
style=
"border: none; overflow-y : hidden"
width=
"100%"
height=
"100%"
name=
"content_iframe"
id=
"content_iframe"
>
</iframe>
</div>
</div>
</div>
<script>
$
(
'
#content_iframe
'
).
on
(
'
load
'
,
function
(){
$
(
"
#content_iframe
"
).
height
(
200
)
// trick code to shrink iframe size
var
body
=
$
(
'
#content_iframe
'
).
contents
().
find
(
"
body
"
)
body
.
css
(
"
overflow-y
"
,
"
hidden
"
)
$
(
"
#content_iframe
"
).
height
(
body
.
height
()
+
20
)
var
alllinks
=
$
(
'
#content_iframe
'
).
contents
().
find
(
"
a
"
)
for
(
var
i
=
0
;
i
<
alllinks
.
length
;
++
i
)
{
alllinks
[
i
].
setAttribute
(
"
target
"
,
"
_blank
"
)
}
});
$
(
"
.list-group a
"
).
click
(
function
(){
$
(
"
.list-group a.click_active
"
).
removeClass
(
"
click_active
"
);
$
(
this
).
addClass
(
"
click_active
"
);
})
$
(
$
(
"
.list-group a
"
)[
0
]).
addClass
(
"
click_active
"
)
</script>
</body>
</html>
\ No newline at end of file
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录