diff --git a/index.en.html b/index.en.html
new file mode 100644
index 0000000000000000000000000000000000000000..4d0c20e6c20663cbef9f93f981a079f159863dce
--- /dev/null
+++ b/index.en.html
@@ -0,0 +1,133 @@
+
+
+
+
+ Deep Learning 101
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/index.en.html.json b/index.en.html.json
new file mode 100644
index 0000000000000000000000000000000000000000..354d0d99b929d6b734b3804566137995e977bae7
--- /dev/null
+++ b/index.en.html.json
@@ -0,0 +1,37 @@
+{
+ "is_en": true,
+ "chapters": [
+ {
+ "name": "Linear Regression",
+ "link": "./fit_a_line/index.en.html"
+ },
+ {
+ "name": "Recognize Digits",
+ "link": "./recognize_digits/index.en.html"
+ },
+ {
+ "name": "Image Classification",
+ "link": "./image_classification/index.en.html"
+ },
+ {
+ "name": "Word2Vec",
+ "link": "./word2vec/index.en.html"
+ },
+ {
+ "name": "Sentiment Analysis",
+ "link": "./understand_sentiment/index.en.html"
+ },
+ {
+ "name": "Semantic Role Labeling",
+ "link": "./label_semantic_roles/index.en.html"
+ },
+ {
+ "name": "Machine Translation",
+ "link": "./machine_translation/index.en.html"
+ },
+ {
+ "name": "Personalized Recommendation",
+ "link": "./recommender_system/index.en.html"
+ }
+ ]
+}
diff --git a/index.en.html.tmpl b/index.en.html.tmpl
new file mode 120000
index 0000000000000000000000000000000000000000..f4662a7cb440b54a3196cbe21d8f15214f74c9c6
--- /dev/null
+++ b/index.en.html.tmpl
@@ -0,0 +1 @@
+index.html.tmpl
\ No newline at end of file
diff --git a/index.html b/index.html
index 75aa9759cde60d6677a69c2d741d9750ca479a29..c0825e4ffae709e4f1de600db67486dba0c2aa0a 100644
--- a/index.html
+++ b/index.html
@@ -1,5 +1,5 @@
-
+
深度学习入门
@@ -43,13 +43,19 @@
-
- 首页
+
+ 首页
+
-
- 深度学习入门(current)
+
+ 深度学习入门
+
- -
- English
+
-
+
+ English
+
-
Fork on Github
diff --git a/index.html.json b/index.html.json
index 72a25441e21275045fb2e7eadbf700c98b249ae5..65beb7c422560427c14f6013e0c0c577382edb3a 100644
--- a/index.html.json
+++ b/index.html.json
@@ -1,4 +1,5 @@
{
+ "is_en": false,
"chapters": [
{
"name": "新手入门",
@@ -33,4 +34,4 @@
"link": "./recommender_system/index.html"
}
]
-}
\ No newline at end of file
+}
diff --git a/index.html.tmpl b/index.html.tmpl
index 96d348ad3f03abf89b9e9ff85727d89aec5ba00d..3e5044180b12b597c4615a463fe93d65c300ddfd 100644
--- a/index.html.tmpl
+++ b/index.html.tmpl
@@ -1,8 +1,8 @@
-
+
- 深度学习入门
+ {% if not is_en %}深度学习入门{%else%}Deep Learning 101{% endif %}
@@ -43,13 +43,19 @@