mlpractical/mlp
2016-10-07 06:22:12 +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 ability to adjust batch size after initialisation and resetting to initial state (order). 2016-10-07 06:21:34 +01:00
errors.py Switching from 'cost' to 'error' for consistency with slides. 2016-09-30 02:53:13 +01:00
initialisers.py Tidying up headers. 2016-09-19 11:16:21 +01:00
layers.py Adding SoftmaxLayer definition. 2016-10-07 06:22:12 +01:00
learning_rules.py Switching from 'cost' to 'error' for consistency with slides. 2016-09-30 02:53:13 +01:00
models.py Adding documentation to models module. 2016-09-20 23:09:27 +01:00
optimisers.py Switching from 'cost' to 'error' for consistency with slides. 2016-09-30 02:53:13 +01:00
schedulers.py Making schedulers get_rate interface consistent with use in optimisers (i.e. gets passed accuracy not error rate). 2015-12-01 15:04:50 +00:00
utils.py fix to bias shape assert 2015-12-28 16:15:04 +00:00