-
Hi Illarion,
Thanks for the beautiful code.
I have a question regarding the 'by_chanels' normalization on the CIFAR-10 test set. It seems like, when preprocessing the CIFAR-10 test set, you are…
-
Hi,
I tried to train CoAtNet_0 with tiny image net from cs231n (200 classes). Seems the model does not converge.
Could it be that the implementation is not 100% correct? For example, the positi…
-
是自己制作的吗还是哪个数据集的?
hyqya updated
2 years ago
-
请教大师, 深度学习通过数百万的数据学习到的是海量的特征还是具有兼容性的少量特征
不好描述, 通俗的说我想知道
比如我就学习一个字 “好”字, 这个字我有100万个不同的图片, 不相同的特征可能有几十万个(比如钩、丿、弯,用了数十万中不同笔迹),不同角度放到cnn中学习, cnn中是否需要存储这数十万的特征, 每次做特征匹配是否也需要比较数十万中特征做匹配?
没有地方能查找资料,请大…
-
Hello,
I am a student from Germany currently writing my bachelor's thesis on the topic of Convolutional Neural Networks.
The course notes at http://vision.stanford.edu/teaching/cs231n/ were very…
-
Could you generate ePub or PDF of this docs ?
-
Taking below snippet as reference:
```
val x = Reverse(-2.0)
val y = Reverse(5.0)
val z = Reverse(-4.0)
val q = x + y
val f = q * z
println(x.derivative)
println(y.derivative…
-
This is a very basic issue:
```----> 5 from cs231n.data_utils import load_CIFAR10
6 import matplotlib.pyplot as plt
7
/Volumes/theory/Experiments/tensorflow/assignment1/cs231n/data…
-
I'm the co-creator of HyperQuest at Stanford.
I just want to applaud you for the beautiful design. The website looks amazing. Great job!
-
이번 수업으로 deep-learning을 처음 접하다보니
분산시스템에 알맞는 데이터셋을 고르는데 좀 어려움이 있네요.
혹시 데이터셋을 좀 추천해주실 수 있을까요?