Skip to content

Commit

Permalink
initialize all.
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyaofo committed Nov 28, 2017
1 parent c2cfdf6 commit 585d9a5
Show file tree
Hide file tree
Showing 6 changed files with 89 additions and 1 deletion.
36 changes: 36 additions & 0 deletions ClassificationExperiment.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"# write your code here"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.1"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
9 changes: 9 additions & 0 deletions README-en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
The second machine learning experiment

About this repository:

1. Because the system extract the file according to the file name, please do not rename the file *ClassificationExperiment.ipynb* and *RegressionExperiment.ipynb*.
2. .ipynb is the suffix of the jupyter botebook file, which can be viewed and edited in jupyter.
3. There are two versions of the report template(Chinese version and English version), report-en.docx and report-en.docx. Because the system extract the file according to the file name,, if you complete the Chinese report, rename report-zh.docx to report.docx; if you complete the English report, rename report-en.docx to report.docx.
4. The reference code will also be published in this repository after all the students have submitted.

9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
# ML2017-lab-02
# 机器学习 第二次实验

关于本仓库:

1. 因为最终系统是按照文件名称抓取代码文件,所以请勿更改ClassificationExperiment.ipynb和RegressionExperiment.ipynb的文件名。
2. .ipynb是jupyter botebook文件的后缀名,在jupyter中可以查看并编辑。
3. 报告的模板有两个版本,中文版和英文版,分别是report-zh.docx和report-en.docx。因为最终系统是按照文件名称抓取报告的,如果填写中文报告,请把report-zh.docx重命名为report.docx;如果填写英文报告,请把report-en.docx重命名为report.docx。
4. 参考代码也会在所有同学都提交完毕后公布在本仓库中。
36 changes: 36 additions & 0 deletions RegressionExperiment.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"# write your code here"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.1"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
Binary file added report-en.docx
Binary file not shown.
Binary file added report-zh.docx
Binary file not shown.

0 comments on commit 585d9a5

Please sign in to comment.