|
|
|
|
|
by max_likelihood
2173 days ago
|
|
I know very little about CNNs. But, I noticed the ReLu Activation step is Max(0,x) where x is the sum of the pixel intensities from each channel. In this example, it appears x > 0 (for all x) and so the activation step isn't really doing much? EDIT: I'm wrong. x < 0 for some of the pixels. Specifically for the more red-ish channels. |
|