We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaef5d9 commit 9d0954dCopy full SHA for 9d0954d
README.md
@@ -2,20 +2,17 @@
2
3
深度学习
4
5
-python numpy实现 + pytorch实现
+python numpy实现
6
7
--------------
+当前实现内容:
8
9
-相关文档
+1. 神经网络
10
+2. 卷积神经网络
11
+3. 动量加速和Nesterov加速
12
+4. 随机失活
13
-[LeNet5实现-numpy](https://www.zhujian.tech/posts/c300ea0f.html#more)
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)
+1. mnist
+2. cifar-10
+3. orl
0 commit comments