mlpractical/mlp
2016-11-02 03:39:13 +00:00
..
__init__.py Moving default seed to package level and adding author metadata. 2016-09-19 11:14:10 +01:00
data_providers.py Adding augmented MNIST data provider. 2016-10-20 13:26:09 +01:00
errors.py Applying softmax stability fix to cost gradient. 2016-10-20 13:23:19 +01:00
initialisers.py Fixing typo in initialiser assert. 2016-10-10 10:09:29 +01:00
layers.py Fixing incorrect use of module relative class reference. 2016-11-02 03:39:13 +00:00
learning_rules.py Minor typos in momentum docstring 2016-10-29 15:57:00 +01:00
models.py Adding stochastic layer functionality in preparation for dropout implementation. 2016-10-27 21:36:57 +01:00
optimisers.py Adding stochastic layer functionality in preparation for dropout implementation. 2016-10-27 21:36:57 +01:00
schedulers.py Clarifying docstring in scheduler. 2016-10-27 11:24:00 +01:00