mlpractical/mlp
2016-10-10 09:23:53 +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 Correcting docstring typo. 2016-10-08 22:19:49 +01:00
models.py Adding documentation to models module. 2016-09-20 23:09:27 +01:00
optimisers.py Including initial pre-training statistics. 2016-10-07 06:23:15 +01:00
schedulers.py Adding new schedulers module. 2016-10-10 09:23:53 +01:00