Skip to content

Instantly share code, notes, and snippets.

View jsyqrt's full-sized avatar

Jason Carter jsyqrt

View GitHub Profile
@yusugomori
yusugomori / SdA.py
Last active November 9, 2019 12:06
Stacked denoising autoencoders (numpy)
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Stacked Denoising Autoencoders (SdA)
References :
- P. Vincent, H. Larochelle, Y. Bengio, P.A. Manzagol: Extracting and
Composing Robust Features with Denoising Autoencoders, ICML' 08, 1096-1103,
2008