Commit Graph

70 Commits

Author SHA1 Message Date
Visual Computing (VICO) Group
5d52a22448 Add missing files 2024-10-14 10:51:43 +01:00
Visual Computing (VICO) Group
6883eb77c2 Add cw1 2024-10-14 09:56:47 +01:00
tpmmthomas
207595b4a1 update lab 4 2024-10-10 21:52:23 +08:00
tpmmthomas
9f1f3ccd04 Update lab 3 2024-10-03 21:53:33 +08:00
tpmmthomas
2702ee6f7b update lab 2 2024-09-21 02:09:17 +08:00
tpmmthomas
1effb25bbc setup 2024-25 lab 1 2024-09-18 21:56:35 +08:00
AntreasAntoniou
2d54935183 lab1 2018-09-13 02:28:00 +01:00
AntreasAntoniou
973201d585 reset repo for new year 2018-09-13 02:14:28 +01:00
AntreasAntoniou
1d2aabc2b3
Update models.py 2017-11-24 16:25:59 +00:00
AntreasAntoniou
309f96b8f5 Fix bug that rendered StochasticLayerWithParameters un-updatable 2017-11-24 14:00:14 +00:00
AntreasAntoniou
d48cb9214c Additional modification to softmax 2017-11-14 18:48:54 +00:00
AntreasAntoniou
5769d7c1f0 Fixed stable softmax 2017-11-14 14:56:11 +00:00
AntreasAntoniou
b9147c269c Numerically stable softmax 2017-11-13 23:52:39 +00:00
AntreasAntoniou
6a0cdbea3a Stabilized softmax use instead of unstable version 2017-11-10 19:13:54 +00:00
AntreasAntoniou
a1d92fb92e Add evaluation phase for stochastic layers 2017-11-07 12:55:23 +00:00
AntreasAntoniou
8928c6b52d CW2 init 2017-11-06 14:04:47 +00:00
AntreasAntoniou
cfadae67b9 Lab 6 initial commit 2017-10-29 21:30:15 +00:00
AntreasAntoniou
ab4e2147aa Lab 5 init 2017-10-22 17:59:21 +01:00
AntreasAntoniou
c949119603 Init Lab_4 2017-10-15 13:13:09 +01:00
AntreasAntoniou
c2995c34e7 Fix data provider bug 2017-10-09 16:15:33 +01:00
AntreasAntoniou
5820d0a35c Lab3 initial commit 2017-10-06 14:46:19 +01:00
AntreasAntoniou
78668638a5 lab2 init commit 2017-09-29 17:54:05 +01:00
AntreasAntoniou
9c39989769 Comment out next() 2017-09-23 18:03:29 +01:00
AntreasAntoniou
96244a105b Comment out next() to enable proper execution of notebook exercises 2017-09-23 15:29:42 +01:00
AntreasAntoniou
e8a9fce41e lab_1_pickle_bug_fix 2017-09-22 20:57:33 +01:00
Matt Graham
d560f96a90 Changing data providers to skeleton code for first lab. 2016-09-22 16:51:42 +01:00
Matt Graham
04fe5a7279 Removing files not relevant to first lab. 2016-09-22 16:51:42 +01:00
Matt Graham
049ce20d71 Adjusting comment spacing. 2016-09-22 15:06:20 +01:00
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
74ddb82dcb Adding documentation to models module. 2016-09-20 23:09:27 +01:00
Matt Graham
9d3ee17418 Adding documentation to learning rules. 2016-09-20 14:48:56 +01:00
Matt Graham
48b02abf39 Adding more documentation to data providers module. 2016-09-20 12:49:42 +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
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
Pawel Swietojanski
d8c7ae96a0 fix to bias shape assert 2015-12-28 16:15:04 +00:00
Matt Graham
5e20946f20 Fixing incorrect numpy references in ConvLinear tests. 2015-12-22 07:39:09 +00:00
Matt Graham
eef54933c1 Adding ConvLinearLayer test functions. 2015-12-20 20:24:21 +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
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
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