mlpractical/mlp
2016-10-21 01:24:04 +01: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 Switching to parameter penalty rather than cost naming. 2016-10-21 01:24:04 +01:00
learning_rules.py Bug fix: incorrect use of zip in MomentumLearningRule. 2016-10-12 23:11:38 +01:00
models.py Switching to parameter penalty rather than cost naming. 2016-10-21 01:24:04 +01:00
optimisers.py Switching to parameter penalty rather than cost naming. 2016-10-21 01:24:04 +01:00
schedulers.py Adding new schedulers module. 2016-10-10 09:23:53 +01:00