2023 Machine Learning Week

Machine Learning with Python: A Hands-On Introduction

This repository contains all of the Python notebooks and files associated with the 2023 Machine Learning Week hands-on workshop, Machine Learning with Python.

to open notebooks in Google Colab

  1. Go to: https://colab.research.google.com

  2. Click on the 'GitHub' tab

  3. Copy and paste https://github.com/cbrownley/2023MLWEEK_MLWITHPYTHON.git into the search space beneath "Enter a GitHub URL or search by organization or user" and then click on the spyglass search icon (at the end of the line).

  4. Open one of the listed notebooks in a new browser tab by clicking on the square icon with an arrow pointing to the upper right hand corner (at the end of the line).

to download

Mac computer:

  1. Open a Terminal window

  2. Navigate to the folder where you want to download the 2023MLWEEK_MLWITHPYTHON folder

    For example, to download the 2023MLWEEK_MLWITHPYTHON folder onto your Desktop:

    • First, type the following and then hit Enter: cd
    • Second, type the following and then hit Enter: cd Desktop/
  3. Finally, to download the 2023MLWEEK_MLWITHPYTHON folder, type the following and then hit Enter:

    git clone https://github.com/cbrownley/2023MLWEEK_MLWITHPYTHON.git

Windows computer:

  1. Go to: https://github.com/cbrownley/2023MLWEEK_MLWITHPYTHON

  2. Click 'Clone or download' and then 'Download ZIP' in the right side of the page

  3. Click on the zipped folder to open it in File Explorer

  4. Click 'Extract all'

  5. Edit the path to save the 2023MLWEEK_MLWITHPYTHON folder on your Desktop

  6. Click 'Extract'