Skip to content

Commit 9d0954d

Browse files
committed
docs(README): 更新当前实现
1 parent eaef5d9 commit 9d0954d

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

README.md

+10-13
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,17 @@
22

33
深度学习
44

5-
python numpy实现 + pytorch实现
5+
python numpy实现
66

7-
-------------
7+
当前实现内容:
88

9-
相关文档
9+
1. 神经网络
10+
2. 卷积神经网络
11+
3. 动量加速和Nesterov加速
12+
4. 随机失活
1013

11-
[LeNet5实现-numpy](https://www.zhujian.tech/posts/c300ea0f.html#more)
14+
数据集操作:
1215

13-
------------
14-
15-
参考:
16-
17-
[toxtli/lenet-5-mnist-from-scratch-numpy](https://github.com/toxtli/lenet-5-mnist-from-scratch-numpy)
18-
19-
[卷积神经网络推导-批量图片矩阵计算](https://www.zhujian.tech/posts/ab1e719c.html#more)
20-
21-
[im2col解析1](https://www.zhujian.tech/posts/cc37c46b.html#more)
16+
1. mnist
17+
2. cifar-10
18+
3. orl

0 commit comments

Comments
 (0)