Skip to content

Instantly share code, notes, and snippets.

@JohnnyNewman
JohnnyNewman / dA.py
Created July 22, 2021 15:52 — forked from yusugomori/dA.py
Denoising Autoencoders using numpy
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Denoising Autoencoders (dA)
References :
- P. Vincent, H. Larochelle, Y. Bengio, P.A. Manzagol: Extracting and
Composing Robust Features with Denoising Autoencoders, ICML'08, 1096-1103,
2008