Matt Graham
e05717e3d0
Adding SoftmaxLayer definition.
2016-10-07 06:22:12 +01:00
Matt Graham
8d6f37668f
Adding ability to adjust batch size after initialisation and resetting to initial state (order).
2016-10-07 06:21:34 +01:00
Matt Graham
f979aae573
Adding lab start up instructions.
2016-10-06 12:30:05 +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
4ef1428447
Switching from 'cost' to 'error' for consistency with slides.
2016-09-30 02:53:13 +01:00
Matt Graham
f1ed11a325
Initial updates to lab 2 notebook.
2016-09-28 05:07:40 +01:00
Matt Graham
2f9253bd21
Adding CCPP data and data provider.
2016-09-28 05:07:01 +01:00
Matt Graham
15425cff0e
Further clarifying reload vs. import note.
2016-09-27 19:15:28 +01:00
Matt Graham
a0c2f0db1b
Changing to using remove rather than clean in quota issue fix based on lab feedback.
2016-09-27 19:02:22 +01:00
Matt Graham
8a46ac7fc0
Adding clarifications to set up instructions based on feedback from lab.
2016-09-27 19:02:22 +01:00
Matt Graham
137782a06a
Adding note about quota issues.
2016-09-27 19:02:22 +01:00
Matt Graham
b86961d09e
Fix to make sure MLP_DATA_DIR defined in current session.
2016-09-27 19:02:22 +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
Matt Graham
1fae6cb8a2
Fixes to typos and some minor readability improvments.
2016-09-27 19:02:22 +01:00
Matt Graham
57412a05fd
Correcting minor typos.
2016-09-22 16:50:58 +01:00
Matt Graham
156ce742d4
Fixing incorrect link name.
2016-09-22 16:36:01 +01:00
Matt Graham
bc8787f13c
Attempt 2 at fixing anchor links.
2016-09-22 16:34:31 +01:00
Matt Graham
9bd47cd586
Fixing incorrect anchoor.
2016-09-22 16:30:25 +01:00
Matt Graham
ac925103b6
Adding quick set-up instructions and note about non-DICE systems.
2016-09-22 16:25:14 +01:00
Matt Graham
a3d7e15315
Adjusting naming of first notebook in set up instructions.
2016-09-22 15:34:58 +01:00
Matt Graham
236fe5253b
Adding more test code and expanding instructions in first lab notebook.
2016-09-22 15:33:59 +01:00
Matt Graham
049ce20d71
Adjusting comment spacing.
2016-09-22 15:06:20 +01:00
Matt Graham
27ee34cbba
Renaming notebooks to start from 01 and removing old courseworks and solutions.
2016-09-21 03:04:30 +01:00
Matt Graham
c844ff2027
Merge pull request #40 from matt-graham/mlp2016-7/master
...
MLP 2016-7 updates
2016-09-21 02:55:42 +01:00
Matt Graham
b99514b6fc
Cleaning outputs from introduction notebook.
2016-09-21 02:32:44 +01:00
Matt Graham
13de626279
Editing first lab notebook exercises and adding to Jupyter basics guide.
2016-09-21 02:30:21 +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
8563a47b65
Adding additional authors to metadata.
2016-09-21 00:53:52 +01:00
Matt Graham
048437f967
Fixing typo in data environment variable set up instructions.
2016-09-21 00:52:57 +01:00
Matt Graham
74ddb82dcb
Adding documentation to models module.
2016-09-20 23:09:27 +01:00
Matt Graham
08342e1bd8
Adding interface screenshots for introduction notebook.
2016-09-20 23:09:02 +01:00
Matt Graham
68d2804828
Initial edits to first lab notebook.
2016-09-20 16:28:35 +01:00
Matt Graham
9d3ee17418
Adding documentation to learning rules.
2016-09-20 14:48:56 +01:00
Matt Graham
69cb8ec663
Small fixes to initial description.
2016-09-20 12:54:51 +01:00
Matt Graham
48b02abf39
Adding more documentation to data providers module.
2016-09-20 12:49:42 +01:00
Matt Graham
7aad4e02a0
Updating README to remove old set up instructions and link to new ones.
2016-09-20 12:49:14 +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
e390feaafd
Adding data directory environment variable instructions.
2016-09-19 08:26:06 +01:00