Skip to content

Latest commit

 

History

History
33 lines (14 loc) · 805 Bytes

practical_session_instructions.md

File metadata and controls

33 lines (14 loc) · 805 Bytes

Download the data

The data can be downloaded at: https://drive.google.com/drive/folders/1u4FXmpNBwXQGTNs4jnouGrdpJgVttYiU?usp=sharing

Save them in the same folder as the code.

For Matlab users:

  • make sure you have the Statistics and Machine Learning toolbox installed.

  • You may write your code in: practical_session_questions.m.

  • practical_session_solutions.m* provides the example solutions.

For Python users:

  • You will need jupiter-notebook, numpy, pandas, matplotlib and scikit-learn.

  • You may write your code in : python_practical_session_questions.ipynb

  • There is no example solution in python.

The original paper for the data: https://www.nature.com/articles/nn.4495

Feel free to ask if you have any question.

Have fun!