Skip to content

Commit

Permalink
modified assignment3/homework/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
quinwu committed Oct 17, 2017
1 parent dd7c1ea commit e1ce21f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assignment3/homework/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
## MNIST 手写数字识别分类任务

###代码
### 代码

代码的Jupyter Notebook模板在`logistic_regression.ipynb`文件中给出。

需要实现的classifier在`/homework/DSVC/classifiers/logistic_regression.py`中给出。

###数据
### 数据

- [MNIST手写数字数据集](http://yann.lecun.com/exdb/mnist/)

Expand Down

0 comments on commit e1ce21f

Please sign in to comment.