mlpractical/mlp
2016-10-18 13:45:05 +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 Making sure input_dims set converted to list. 2016-10-18 13:44:30 +01:00
errors.py Switching from 'cost' to 'error' for consistency with slides. 2016-09-30 02:53:13 +01:00
initialisers.py Fixing typo in initialiser assert. 2016-10-10 10:09:29 +01:00
layers.py Fixing RadialBasisFunctionLayer __repr__ bug. 2016-10-18 13:45:05 +01:00
learning_rules.py Bug fix: incorrect use of zip in MomentumLearningRule. 2016-10-12 23:11:38 +01:00
models.py Removing final backpropagation of gradients to inputs as unnecessary. 2016-10-10 09:27:02 +01:00
optimisers.py Dealing with case where number of epochs less than stats interval. 2016-10-17 23:32:23 +01:00
schedulers.py Adding new schedulers module. 2016-10-10 09:23:53 +01:00