claire-bartholomew / BG-ML-learning

Repository for Jupyter notebooks as part of BG ML learning day

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BG-ML-learning

Repository for Jupyter notebooks as part of BG ML learning day. Initially covering these topics:

  • Clustering
  • Random Forests

Instructions for running jupyter notebooks:

  1. Pull these notebooks from this repo to your working directory (Or simply copy from /scratch/cbarth/BG_ML if unfamiliar with git)
  2. From working directory run the following in the terminal (e.g. for the Random Forest notebook):
module load scitools
jupyter notebook Random_Forest_Tutorial.ipynb

(if asked for password credentials, use your normal Windows username/password)

This should load up a Firefox page with the Jupyter notebook which you can interactively work through.

Work through the notebook by running the cells of code. (A shortcut to run a cell is to click on it and press 'Shift+Enter')

Have a play with changing hyperparameters etc. in the code to see what difference they make. You can rerun any cell to overwrite previously saved data.

Any questions, just ask Karen or Claire or post them on the MS Teams Machine Learning learning channel under BG Science and Consultancy.

Other useful resources:

About

Repository for Jupyter notebooks as part of BG ML learning day


Languages

Language:Jupyter Notebook 100.0%