Commit Graph

58 Commits

Author SHA1 Message Date
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
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
8507224d90 Adding CIFAR-10 and CIFAR-100 intro notebook. 2017-01-21 19:44:30 +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
Matt Graham
d41063dca6 Rerunning dropout experiment with non-stochastic evaluation. 2016-11-09 19:58:26 +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
fa9ef33460 Adding dropout and maxout notebook answers. 2016-11-05 22:19:28 +00:00
Matt Graham
2a4364d226 Adding necessary imports. 2016-11-02 03:39:13 +00:00
Matt Graham
e0114b9aab Adding notebook with convolutional layer tests. 2016-11-02 01:14:27 +00:00
Matt Graham
a6f775b1ff Adding notebook for lab 6. 2016-10-27 21:43:35 +01:00
Matt Graham
1efe9de847 Adding code for lab 5 notebook answers. 2016-10-27 21:43:08 +01:00
Matt Graham
ae999b43e4 Fixing spacing typo. 2016-10-21 22:07:41 +01:00
Matt Graham
9a182d4be1 Correcting regularisation coefficient values to test. 2016-10-21 22:07:25 +01:00
Matt Graham
cf6417f917 Removing old transfer function notebook. 2016-10-21 22:06:37 +01:00
Matt Graham
586c7477eb Removing old regularisation notebook. 2016-10-21 01:25:08 +01:00
Matt Graham
167508cc63 Adding new lab 5 notebook. 2016-10-21 01:24:37 +01:00
Matt Graham
870c04f664 Modifying optmiser.train call in notebook to use new interface with run_time. 2016-10-18 13:45:28 +01:00
Matt Graham
5d4c979ef3 Changing code blocks to use small p Python. 2016-10-17 23:36:21 +01:00
Matt Graham
f13ba91f82 Dealing with case where number of epochs less than stats interval. 2016-10-17 23:32:23 +01:00
Matt Graham
0cec9920f3 Adding coursework files to master branch. 2016-10-14 03:56:06 +01:00
Matt Graham
4863599bed Renaming old notebooks to reflect new numbering. 2016-10-14 03:40:43 +01:00
Matt Graham
0b9898d72c Adding new fourth lab notebook. 2016-10-14 03:39:19 +01:00
Matt Graham
a59d37dc69 Fixing softmax index typo. 2016-10-11 15:39:35 +01:00
Matt Graham
cafed216d7 Fixing typo in description of back-propagation. 2016-10-11 13:40:29 +01:00
Matt Graham
1fd2b84353 Renaming third lab notebook. 2016-10-07 07:01:26 +01:00
Matt Graham
ee0c6ce1d5 Updating third lab notebook on multilayer models. 2016-10-07 07:00:47 +01:00
Matt Graham
b1a031deac Adding solutions for second lab notebook. 2016-10-07 07:00:10 +01:00
Matt Graham
9863c75b05 Adding back propagation block diagram figure and source. 2016-10-07 06:24:18 +01:00
Matt Graham
e8333c02f1 Squashed commit of fixes to allow lab 1 notebook to render on Github.
commit eb66a44a9f899e20457576a3d34ceb33e0b46004
Author: Matt Graham <m.m.graham@ed.ac.uk>
Date:   Mon Oct 3 12:17:55 2016 +0100

    Restoring output without static function definitions.

commit 623748b334b7f0667c0b2d6e2f829a49978e87eb
Author: Matt Graham <m.m.graham@ed.ac.uk>
Date:   Mon Oct 3 12:16:29 2016 +0100

    Removing loaded static function definitions to test if helps Github rendering.

commit 9b4c21b97e7766ba20db00f80bbd31081417c269
Author: Matt Graham <m.m.graham@ed.ac.uk>
Date:   Mon Oct 3 12:14:42 2016 +0100

    Removing outputs from notebook to check if allows Github to render.
2016-10-06 12:30:05 +01:00
Matt Graham
baafac723e Attempt to make updated lab 1 notebook display on Github. 2016-10-06 12:30:05 +01:00
Matt Graham
a6c2eb2ae1 Adding first lab notebook solutions. 2016-10-06 12:30:05 +01:00
Matt Graham
57ae165135 Removing previous second lab notebook. 2016-09-30 02:54:32 +01:00
Matt Graham
881b2e7aee Finishing material for second lab notebook. 2016-09-30 02:53:54 +01:00
Matt Graham
f1ed11a325 Initial updates to lab 2 notebook. 2016-09-28 05:07:40 +01:00
Matt Graham
f2b6243a84 Adding Python/NumPy tutorial credits. 2016-09-27 19:02:22 +01:00
Matt Graham
7fd23d81cf Adding link to Stanford numpy tutorial and readability improvements. 2016-09-27 19:02:22 +01:00