diff --git a/ClassificationExperiment.ipynb b/ClassificationExperiment.ipynb new file mode 100644 index 0000000..2011a19 --- /dev/null +++ b/ClassificationExperiment.ipynb @@ -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 +} diff --git a/README-en.md b/README-en.md new file mode 100644 index 0000000..a34bbdc --- /dev/null +++ b/README-en.md @@ -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. + diff --git a/README.md b/README.md index ec5ebc8..364aa43 100644 --- a/README.md +++ b/README.md @@ -1 +1,8 @@ -# ML2017-lab-02 \ No newline at end of file +# 机器学习 第二次实验 + +关于本仓库: + +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. 参考代码也会在所有同学都提交完毕后公布在本仓库中。 diff --git a/RegressionExperiment.ipynb b/RegressionExperiment.ipynb new file mode 100644 index 0000000..2011a19 --- /dev/null +++ b/RegressionExperiment.ipynb @@ -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 +} diff --git a/report-en.docx b/report-en.docx new file mode 100644 index 0000000..874521a Binary files /dev/null and b/report-en.docx differ diff --git a/report-zh.docx b/report-zh.docx new file mode 100644 index 0000000..c5c3846 Binary files /dev/null and b/report-zh.docx differ