ynd / cae.py

Contractive Auto-Encoders in Numpy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typo on line 26 docstring

erg opened this issue · comments

Just browsing around, noticed a typo in the word Contractive.

class CAE(object):
    """
    A Contrative Auto-Encoder (CAE) with sigmoid input units and sigmoid

thanks, it's fixed