Deep Learning(An MIT Press book) の要点メモシリーズ。
Chapter 7 Regularization for Deep Learning
7.14 Tangent Distance, Tangent Prop and Manifold Tangent Classifier
- 多様体仮説 -データは低次元多様体上にあるはず
- tangent distance algorithm
- tangent prop(agation) algorithm
- double backprop
- Neural Network
- (接平面方向だけでなく)全方向の小さな変化に対して出力が不変になる
- adversarial trainingと関係がある
- データの変化が極小でない場合にも対応したdouble backprop
- manifold tangent classifier
- tangent propとほぼ同じ
- 接平面をautoencoderで求める(事前知識不要)
- 体の一部が動く、などtranslation, rotation, scaling以上の不変性を扱える