You are on page 1of 1

Instructions for pratical session

 
Material for the practical of tomorrow is at the following links:
 
part 0: installation information and checking
  https://raw.githubusercontent.com/tias/nn_learn_solve/main/p0_test.ipynb
 
part 1: practical 1
  https://raw.githubusercontent.com/tias/nn_learn_solve/main/
p1_handwritten_digit_recognition.ipynb
 
part 2: partical 2
  https://raw.githubusercontent.com/tias/nn_learn_solve/main/
p2_visual_sudoku.ipynb
 
Or clone from the git repo: https://github.com/tias/nn_learn_solve
 
Installation instructions:
if (you do not have 'conda' or 'pip' on your machine):
    install miniconda as per https://docs.conda.io/en/latest/miniconda.html
if (yo do not have 'classic Jupyter Notebook' on your machine):
    'conda install -c conda-forge notebook', see https://jupyter.org/install
download the p0 file to a folder, run 'jupyter notebook' in that folder, open p0, read
it and test...
 
If this does not work, shout out on the hackathon discord. A few of my PhD
students and myself are on there too, as are fellow participants that might have
encountered the same hurdles (if any).

You might also like