[关闭]
@nrailgun 2016-08-24T17:09:21.000000Z 字数 672 阅读 1596

AlexNet

论文笔记


ImageNet Classification with Deep Convolutional Neural Networks,比较经典的 paper。

其方法包括:

  1. ReLU
  2. Multiple GPU trainining
  3. Local response normalization
  4. Overlapping pooling
  5. Data augmentation (VERY HELPFUL)
    • image translations
    • horizontal reflections
    • altering intensity
  6. Dropout
    • Applied to first 2 fully-connected layers of AlexNet

The authors performed PCA on the set of RGB values through the ImageNet training set, and add multiples of the found principal components to each training image:

[p1,p2,p3][α1λ1,α2λ2,α3λ3,]

where pi and λi are eigenvetor and eigenvalue, ai is a random variable drawn from a Gaussian with mean 0 and standard deviation 0.1.

添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注