-
I tried to create an image on Google Cloud by following the instructions, but I can't seem to find the cs231n-repo/deep-ubuntu.tar.gz image. I get an error message that says that the image is not avai…
-
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을 처음 접하다보니
분산시스템에 알맞는 데이터셋을 고르는데 좀 어려움이 있네요.
혹시 데이터셋을 좀 추천해주실 수 있을까요?
-
Currently we have SGD and Adam. Should be relatively simple to add more, like RMSProp, etc. Some references:
- http://cs231n.github.io/neural-networks-3/#update
- https://github.com/Lasagne/Lasagne/bl…
-
https://machinelearningmastery.com/gentle-introduction-n-dimensional-arrays-python-numpy/
###
https://docs.scipy.org/doc/numpy-1.13.0/reference/arrays.ndarray.html
##
https://stackoverflow.com/que…
-
### 2018/09/02
### 本周做了
- 跑坦克分割数据,但是没有跑起来,环境、版本等等各种问题。感觉直接在服务器上编程效果不是很好,还是先在本机上做好测试然后在服务器上这样可行性高一些。
- 基本保持每天看两小时左右英文文献。然后还看了不少文档等,对英文的东西不再那么难过了。基本总结出一些自己的套路,比如可以先看*Abstrct*,然后直接看*Conclution*,这样…
-
Deeper networks, dropout layer, regularizations.
-
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…
-
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…
-
https://www.kaggle.com/kmader/baseline-u-net-model-part-1
https://www.kaggle.com/kmader/from-trained-u-net-to-submission-part-2