Commit Graph

24 Commits

Author SHA1 Message Date
Matt Graham
9bb4d7560b Adding dropout and maxout layers to module. 2016-11-05 22:19:47 +00:00
Matt Graham
534c4744ca Fixing incorrect use of module relative class reference. 2016-11-02 03:39:13 +00:00
Matt Graham
da9ee58609 Adding reshape layer. 2016-11-02 01:13:22 +00:00
Matt Graham
95d4028bb7 Adding stochastic layer functionality in preparation for dropout implementation. 2016-10-27 21:36:57 +01:00
Matt Graham
ab060d556c Switching to parameter penalty rather than cost naming. 2016-10-21 01:24:04 +01:00
Matt Graham
b4b00e0c65 Using more stable softmax implementation by subtracting max. 2016-10-18 13:54:39 +01:00
Matt Graham
0f496306c2 Fixing RadialBasisFunctionLayer __repr__ bug. 2016-10-18 13:45:05 +01:00
Matt Graham
43ad2a00ba Adding RBF layer definition for 4th lab. 2016-10-14 03:36:46 +01:00
Matt Graham
e05717e3d0 Adding SoftmaxLayer definition. 2016-10-07 06:22:12 +01:00
Matt Graham
89beb62fce Initial refactor of framework. 2016-09-19 07:31:31 +01:00
pswietojanski
ca8c429973 fix to dropout scaling 2015-12-13 19:53:10 +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
pswietojanski
c77bc3b1cd PEP8 normalisation, better Maxout comments 2015-11-16 14:04:47 +00:00
pswietojanski
16704f6471 bugfix to dropout (wrong scaling) 2015-11-16 13:55:10 +00:00
pswietojanski
bfd84f3ff6 fix to wrong tabulation 2015-11-15 21:53:47 +00:00
pswietojanski
b291e0dbd1 solutions 04 and 05 2015-11-15 21:36:35 +00:00
pswietojanski
689b78e4f4 adding missing conv compatibility code in fc linear transform 2015-11-15 16:45:41 +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
d87f8b05aa some clarifications 2015-11-02 12:59:36 +00:00
pswietojanski
faaa6cb172 lab 4 2015-11-01 19:24:35 +00:00
pswietojanski
18b36babde lab4 2015-11-01 15:50:26 +00:00
pswietojanski
2b516f2f97 lab4 work 2015-10-28 16:59:11 +00:00
pswietojanski
2b1700180e addded code-base 2015-10-12 01:50:05 +01:00