zhaowenzi / ML2017-lab-02

逻辑回归、线性分类和随机梯度下降

Home Page:https://www.zybuluo.com/chenyaofo/note/961083

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

机器学习 第二次实验

关于本仓库:

  1. 因为最终系统是按照文件名称抓取代码文件,所以请勿更改ClassificationExperiment.ipynb和RegressionExperiment.ipynb的文件名。
  2. .ipynb是jupyter botebook文件的后缀名,在jupyter中可以查看并编辑。
  3. 报告的模板包含在实验的目录页中。
  4. 最终仓库至少应该包含下列三个文件,ClassificationExperiment.ipynb、RegressionExperiment.ipynb和report.pdf
  5. 参考代码也会在所有同学都提交完毕后公布在本仓库中。

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. The template of report is available on the content page of the experiments.
  4. Ths repository should include ClassificationExperiment.ipynb, RegressionExperiment.ipynb and report.pdf at least.
  5. The reference code will also be published in this repository after all the students have submitted.

About

逻辑回归、线性分类和随机梯度下降

https://www.zybuluo.com/chenyaofo/note/961083

License:MIT License


Languages

Language:Jupyter Notebook 100.0%