Commit Graph

452 Commits

Author SHA1 Message Date
AntreasAntoniou
ee9b8e9caa First lab setup 2017-09-22 14:14:19 +01:00
AntreasAntoniou
75c1b5370c Merge remote-tracking branch 'origin/mlp2016-7/master' into mlp2016-7/lab1 2017-09-22 13:24:24 +01:00
s1682454
a89dcff632 Fixed typo (#47)
* Fixed typo

use qstat instead of qsub to display job status

* Fixing second incorrect qsub/qstat substitution.
2017-02-17 23:05:37 +00:00
Matt Graham
25b893ea5e Fixing typo and adding second head node details. 2017-02-15 15:45:48 +00:00
Matt Graham
b2e1e231ff Adding details for checking error message. 2017-02-13 17:25:49 +00:00
Matt Graham
dc9a472658 Updating qsub command and fixing typos. 2017-02-13 16:57:57 +00:00
Matt Graham
54f16967ca Adding notebook checkpoints directory to ignore list. 2017-02-13 15:18:39 +00:00
Matt Graham
6d1dacc265 Updating wget command and adding links. 2017-02-13 14:39:43 +00:00
Matt Graham
9ea3d06089 Updating secure notebook script path in note. 2017-02-13 14:34:54 +00:00
Matt Graham
bad8fc68df Adding note on running on cluster + example script. 2017-02-13 14:30:45 +00:00
Matt Graham
b28a4b07ff Updating environment set up note link. 2017-02-13 14:29:13 +00:00
Matt Graham
5e752af944 Reorganising scripts and notes in root directory. 2017-02-13 14:28:31 +00:00
Matt Graham
43eaa03bcf Adding notebook with convolutional layer implementation. 2017-01-27 18:25:12 +00:00
Matt Graham
1e4a198711 Adding answer to exercise in lab 8 notebook. 2017-01-27 18:04:59 +00:00
Matt Graham
2b929b7acf Adding second coursework handout. 2017-01-27 15:43:32 +00:00
Matt Graham
c6a4905fd3 Updating instructions for accessing data. 2017-01-27 15:26:33 +00:00
Matt Graham
773c05eabe Adding details and example code for Kaggle submission and accessing files on AFS. 2017-01-25 21:26:03 +00:00
Matt Graham
98c63547d1 Adding instructions for getting CIFAR data. 2017-01-24 16:58:58 +00:00
Matt Graham
e89ffedf3f Updating data_providers module to be Python 3 compatible. 2017-01-24 16:57:40 +00:00
Matt Graham
7867a372e4 Adding MSD intro notebook. 2017-01-22 12:47:14 +00:00
Matt Graham
adf7a0ffee Adding further dataset details to CIFAR intro notebook. 2017-01-22 12:44:58 +00:00
Matt Graham
5556963490 Updating MSD data providers to reshape and upcast. 2017-01-22 12:44:24 +00:00
Matt Graham
8507224d90 Adding CIFAR-10 and CIFAR-100 intro notebook. 2017-01-21 19:44:30 +00:00
Matt Graham
822b946033 Adding MSD data providers. 2017-01-21 19:34:01 +00:00
Matt Graham
510a1ca7be Adding CIFAR data providers. 2017-01-19 18:51:18 +00:00
Matt Graham
c4a662465e Clarifying initializers description: notebook save failed in previous commit. 2017-01-19 10:49:10 +00:00
Matt Graham
223bd971d1 Clarifying initializers description. 2017-01-18 13:14:03 +00:00
Matt Graham
23e015085f Adding optional contrib modules exercise. 2017-01-17 18:26:33 +00:00
Matt Graham
e0262e43fc Adding TensorFlow install instructions: attempt 2. 2017-01-17 12:57:16 +00:00
Matt Graham
dfd7414791 Merge branch 'mlp2016-7/master' of https://github.com/CSTR-Edinburgh/mlpractical into mlp2016-7/master 2017-01-17 12:55:28 +00:00
Matt Graham
8b756fce5d Adding TensorFlow install instructions. 2017-01-17 12:55:00 +00:00
Matt Graham
8390e4a822 Updating Autoencoders notebook with solutions. 2016-12-26 18:58:30 +00:00
Matt Graham
ca9f1e6424 Clearing outputs from TensorFlow intro notebook. 2016-12-22 23:52:30 +00:00
Matt Graham
ae666f895a Adding figures for TensorFlow intro notebook. 2016-12-22 23:42:21 +00:00
Matt Graham
8c08b0d5ea Adding TensorFlow introduction notebook. 2016-12-22 23:40:46 +00:00
Jonathan Jouty
6892424a43 Fix __repr__ implementation for SingleLayerModel (#46) 2016-11-22 22:21:45 +00:00
Matt Graham
d41063dca6 Rerunning dropout experiment with non-stochastic evaluation. 2016-11-09 19:58:26 +00:00
Matt Graham
77a96cfc01 Fixing use of global rng in DropoutLayer fprop. 2016-11-09 19:55:11 +00:00
Matt Graham
9c86d00078 Changing default optimiser behaviour to use non-stochastic evaluation for stochastic layers. 2016-11-09 19:51:33 +00:00
Matt Graham
d290f4513d Fixing inconsistent channel ordering in constructor and docstring shape descriptions. 2016-11-09 19:47:42 +00:00
Matt Graham
60edabd261 Fixing missing bias term from model visualisation. 2016-11-05 22:21:44 +00:00
Matt Graham
905545fd23 Adding notebook for 7th lab on autoencoders. 2016-11-05 22:20:29 +00:00
Matt Graham
9bb4d7560b Adding dropout and maxout layers to module. 2016-11-05 22:19:47 +00:00
Matt Graham
fa9ef33460 Adding dropout and maxout notebook answers. 2016-11-05 22:19:28 +00:00
Matt Graham
02e29ddcc6 Adding time-dependent learning rule schedulers. 2016-11-03 18:31:59 +00:00
Matt Graham
2b20484649 Adding adaptive learning rules. 2016-11-03 18:31:37 +00:00
Matt Graham
6f4aa5fd5f Adding regularisation penalties module. 2016-11-03 18:28:57 +00:00
Matt Graham
057a25ed07 Adding autoencoder wrapper data provider. 2016-11-03 18:28:41 +00:00
Matt Graham
2a4364d226 Adding necessary imports. 2016-11-02 03:39:13 +00:00
Matt Graham
534c4744ca Fixing incorrect use of module relative class reference. 2016-11-02 03:39:13 +00:00