Minor update

This commit is contained in:
Visual Computing (VICO) Group 2024-10-14 10:03:02 +01:00
parent 6883eb77c2
commit 2fda722e3d
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -26,6 +26,7 @@ var/
*.egg-info/ *.egg-info/
.installed.cfg .installed.cfg
*.egg *.egg
etc/
# PyInstaller # PyInstaller
# Usually these files are written by a python script from a template # Usually these files are written by a python script from a template
@ -68,6 +69,7 @@ notebooks/.ipynb_checkpoints/
# Data folder # Data folder
data/ data/
solutions/
# Latex stuff # Latex stuff
report/mlp-cw1-template.aux report/mlp-cw1-template.aux

View File

@ -6,7 +6,7 @@
"source": [ "source": [
"# Coursework 1\n", "# Coursework 1\n",
"\n", "\n",
"This notebook is intended to be used as a starting point for your experiments. The instructions can be found in the MLP2023_24_CW1_Spec.pdf (see Learn, Assignment Submission, Coursework 1). The methods provided here are just helper functions. If you want more complex graphs such as side by side comparisons of different experiments you should learn more about matplotlib and implement them. Before each experiment remember to re-initialize neural network weights and reset the data providers so you get a properly initialized experiment. For each experiment try to keep most hyperparameters the same except the one under investigation so you can understand what the effects of each are." "This notebook is intended to be used as a starting point for your experiments. The instructions can be found in the MLP2024_25_CW1_Spec.pdf (see Learn, Assignment Submission, Coursework 1). The methods provided here are just helper functions. If you want more complex graphs such as side by side comparisons of different experiments you should learn more about matplotlib and implement them. Before each experiment remember to re-initialize neural network weights and reset the data providers so you get a properly initialized experiment. For each experiment try to keep most hyperparameters the same except the one under investigation so you can understand what the effects of each are."
] ]
}, },
{ {