Commit Graph

160 Commits

Author SHA1 Message Date
Matt Graham
0bfe0c1a34 Documenting optimiser module. 2016-09-21 00:54:36 +01:00
Matt Graham
dac0729324 Adding docstrings to costs and removing accuracies. 2016-09-21 00:54:21 +01:00
Matt Graham
8563a47b65 Adding additional authors to metadata. 2016-09-21 00:53:52 +01:00
Matt Graham
048437f967 Fixing typo in data environment variable set up instructions. 2016-09-21 00:52:57 +01:00
Matt Graham
74ddb82dcb Adding documentation to models module. 2016-09-20 23:09:27 +01:00
Matt Graham
08342e1bd8 Adding interface screenshots for introduction notebook. 2016-09-20 23:09:02 +01:00
Matt Graham
68d2804828 Initial edits to first lab notebook. 2016-09-20 16:28:35 +01:00
Matt Graham
9d3ee17418 Adding documentation to learning rules. 2016-09-20 14:48:56 +01:00
Matt Graham
69cb8ec663 Small fixes to initial description. 2016-09-20 12:54:51 +01:00
Matt Graham
48b02abf39 Adding more documentation to data providers module. 2016-09-20 12:49:42 +01:00
Matt Graham
7aad4e02a0 Updating README to remove old set up instructions and link to new ones. 2016-09-20 12:49:14 +01:00
Matt Graham
f02e48dbac Renaming trainers module to optimisers. 2016-09-19 12:25:43 +01:00
Matt Graham
2988811b50 Removing old optimisers code. 2016-09-19 12:22:47 +01:00
Matt Graham
03f27cab75 Added ability to add additional monitoring channels during training. 2016-09-19 12:18:44 +01:00
Matt Graham
d55311e501 Renaming data providers module for consistency. 2016-09-19 11:17:42 +01:00
Matt Graham
3ad26049ba Cleaning up and refactoring data providers. 2016-09-19 11:16:53 +01:00
Matt Graham
08c5bcbce4 Tidying up headers. 2016-09-19 11:16:21 +01:00
Matt Graham
e9502c44a4 Moving default seed to package level and adding author metadata. 2016-09-19 11:14:10 +01:00
Matt Graham
e390feaafd Adding data directory environment variable instructions. 2016-09-19 08:26:06 +01:00
Matt Graham
8c98867cfa Removing convolution placeholders. 2016-09-19 07:33:37 +01:00
Matt Graham
89beb62fce Initial refactor of framework. 2016-09-19 07:31:31 +01:00
Matt Graham
58452a0de0 Minor fixes to instructions to improve readability. 2016-09-18 17:13:10 +01:00
Matt Graham
791df36f38 Fixing hanging sentence about merges. 2016-09-18 01:12:32 +01:00
Matt Graham
abf3cd3ae1 Removing old git FAQ and kernel fix guide. 2016-09-18 01:08:08 +01:00
Matt Graham
d6290183ac Adding new environment set up instructions. 2016-09-18 01:07:31 +01:00
Matt Graham
7af82c16ca Moving res under notebooks subdirectory. 2016-09-18 01:06:53 +01:00
Matt Graham
1422e34be9 Adding setup.py install script for mlp package. 2016-09-17 15:08:26 +01:00
Matt Graham
891e4a1208 Moving notebooks out of root directory. 2016-09-17 15:08:06 +01:00
Pawel Swietojanski
d8c7ae96a0 fix to bias shape assert 2015-12-28 16:15:04 +00:00
Pawel Swietojanski
621bb95326 Merge pull request #38 from matt-graham/master
Fixing incorrect numpy references in ConvLinear tests.
2015-12-22 11:28:48 +00:00
Matt Graham
5e20946f20 Fixing incorrect numpy references in ConvLinear tests. 2015-12-22 07:39:09 +00:00
Pawel Swietojanski
ebf6b6b75f Merge pull request #37 from matt-graham/master
Adding ConvLinearLayer test functions.
2015-12-20 20:53:13 +00:00
Matt Graham
eef54933c1 Adding ConvLinearLayer test functions. 2015-12-20 20:24:21 +00:00
Pawel Swietojanski
162e28b498 Merge pull request #36 from pswietojanski/master
adding some fixes
2015-12-13 20:09:56 +00:00
pswietojanski
f635a62ac5 updated 04 solution 2015-12-13 20:08:55 +00:00
pswietojanski
57b7496083 Merge remote branch 'upstream/master' 2015-12-13 20:08:12 +00:00
pswietojanski
ca8c429973 fix to dropout scaling 2015-12-13 19:53:10 +00:00
Pawel Swietojanski
1988692e46 Merge pull request #35 from matt-graham/scheduler_fix
Making schedulers get_rate interface consistent with use in optimisers
2015-12-01 15:15:19 +00:00
Matt Graham
efd6d49fa1 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
Pawel Swietojanski
343e2639db Merge pull request #34 from pswietojanski/master
fixing naming of bprop_cost (thanks to anyone who reported this to Matt)
2015-11-17 14:00:47 +00:00
pswietojanski
9969b47ba4 fixing naming of bprop_cost (thanks to anyone who reported this to Matt) 2015-11-17 13:59:16 +00:00
Pawel Swietojanski
0bdc06740a Merge pull request #33 from pswietojanski/master
PEP8 normalisation, better Maxout comments
2015-11-16 14:05:43 +00:00
pswietojanski
c77bc3b1cd PEP8 normalisation, better Maxout comments 2015-11-16 14:04:47 +00:00
Pawel Swietojanski
53f2ea115f Merge pull request #32 from pswietojanski/master
bugfix to dropout (wrong scaling)
2015-11-16 13:57:00 +00:00
pswietojanski
16704f6471 bugfix to dropout (wrong scaling) 2015-11-16 13:55:10 +00:00
Pawel Swietojanski
bab631fe97 Merge pull request #31 from pswietojanski/master
fix to wrong tabulation
2015-11-15 21:56:01 +00:00
pswietojanski
bfd84f3ff6 fix to wrong tabulation 2015-11-15 21:53:47 +00:00
Pawel Swietojanski
d8de63ee69 Merge pull request #30 from pswietojanski/master
solutions 04 and 05
2015-11-15 21:49:44 +00:00
pswietojanski
b291e0dbd1 solutions 04 and 05 2015-11-15 21:36:35 +00:00
Pawel Swietojanski
3c96e1957a Merge pull request #29 from pswietojanski/master
solutions and coursework
2015-11-15 17:07:27 +00:00