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 |
|
pswietojanski
|
725ea45651
|
fixing merge conflicts in 06_MLP...
|
2015-11-15 17:03:49 +00:00 |
|
pswietojanski
|
689b78e4f4
|
adding missing conv compatibility code in fc linear transform
|
2015-11-15 16:45:41 +00:00 |
|
pswietojanski
|
fc2eecf135
|
adding overlooked dataset changes
|
2015-11-15 16:41:21 +00:00 |
|
pswietojanski
|
ed47b36873
|
coursework2, labs and code
|
2015-11-15 16:33:53 +00:00 |
|
pswietojanski
|
80661efae1
|
more changes to intro
|
2015-11-15 16:10:05 +00:00 |
|
pswietojanski
|
cb6712578d
|
solutions to 04 and 05
|
2015-11-15 16:00:58 +00:00 |
|
pswietojanski
|
c130785b79
|
some progress with 05 solutions
|
2015-11-14 17:06:12 +00:00 |
|
pswietojanski
|
078094d8fc
|
regularisers solution
|
2015-11-14 16:22:35 +00:00 |
|
Steve Renals
|
597aabdfa9
|
minor cosmetic editing
|
2015-11-12 14:52:56 +00:00 |
|
Pawel Swietojanski
|
4a8c01046e
|
Merge pull request #28 from pswietojanski/master
introduction to coursework
|
2015-11-12 12:39:03 +00:00 |
|
pswietojanski
|
2aba8ef637
|
introduction to coursework
|
2015-11-12 12:38:02 +00:00 |
|