Skip to content

Commit fb5a67a

Browse files
author
Yusuke Sugomori
committed
add ref
1 parent f4ddff1 commit fb5a67a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

dA.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33

4+
"""
5+
Denoising Autoencoders (dA)
6+
7+
References :
8+
- P. Vincent, H. Larochelle, Y. Bengio, P.A. Manzagol: Extracting and
9+
Composing Robust Features with Denoising Autoencoders, ICML'08, 1096-1103,
10+
2008
11+
12+
- DeepLearningTutorials
13+
https://github.com/lisa-lab/DeepLearningTutorials
14+
15+
"""
16+
17+
418
import sys
519
import numpy
620
from utils import *

0 commit comments

Comments
 (0)