MelJan / PyDeep

PyDeep is a machine learning / deep learning library with focus on unsupervised learning. The library has a modular design, is well documented and purely written in Python/Numpy. This allows you to understand, use, modify, and debug the code easily. Furthermore, its extensive use of unittests assures a high level of reliability and correctness.
http://pydeep.readthedocs.io/en/latest/index.html
52 stars 14 forks source link

Thesis link error #7

Closed cossio closed 2 years ago

cossio commented 2 years ago

The following link gives an error.

https://github.com/MelJan/PyDeep/blob/84c5d41942ab114bc8827ea2c10ea0a3d6dfdfd3/pydeep/rbm/trainer.py#L15

Can it be updated?

MelJan commented 2 years ago

Thanks for the hint, fixed it to https://www.ini.rub.de/PEOPLE/wiskott/Reprints/Melchior-2012-MasterThesis-RBMs.pdf

cossio commented 2 years ago

Thanks!