-
Hello Can I know the reference paper you used to build this
-
Can anyone please elaborate on the weights dimensions/shape and explain me those. I have data different than the MNIST, and I am trying to apply this CNN model on it, but I am having hard time underst…
-
-
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…
-
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…
-
:)
-
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…
-
* Name of dataset: tiny-imagenet
* URL of dataset: http://cs231n.stanford.edu/tiny-imagenet-200.zip
* License of dataset: Not mentioned
* Short description of dataset and use case(s): Tiny ImageNet…
-
## Weekly-review
---
### 1.完成了一次数学建模模拟,负责编写和修改了一个matlab写的模拟无人车自动驾驶的元胞自动机
### 2.开始看李飞飞cs231n的课程,进度较慢,暂时还无法做作业
---
## Next Week
---
### 1. 争取看到lecture6
### 2. 同步看深度学习入门之pytorch的书,从github上寻找简…
-
What's the best practice for handling failure mode, i.e. when the discriminator or the generator has 0 loss. Should we just terminate learning and debug the algorithm? Or should we rollback a couple o…