Skip to content

netouchmail/2021_ML_Workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSU UWRT 2021 ML Workshop

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contact

About The Project

This workshop introduces concepts of Machine Learning by solving a real world problem using machine learning concepts. A simple approach to solving the problem will be implemented first, then the complexity of the solution will be expaneded. Finally, the data the solution has access to is manually selected to further improve the solution and demonstrate overtraining. Basic concept of neural networks will also be discussed.

Getting Started

Prerequisites

Before the workshop, make sure you have Python and Visual Studio Code installed on your computer before starting. When installing Python on Windows, make sure to check the "Add to PATH" checkbox on the first window.

Setup

You do not need to complete these steps before the workshop, but you can if you want.

  1. Download a zip of the repo from this link and unzip it.
  2. Open this folder in Visual Studio Code. Click "Install", "Allow" or "Trust" for every message that pops up in the bottom right corner.
  3. Install dependencies by opening a terminal in Visual Studio Code and running
    python -m pip install -r requirements.txt
    • If the installation fails, try it on a version of Python below 3.7. A windows installer for Python 3.6.8 can be found here. You may need to add it to your PATH environment variable and remove any other Python versions in there such that running python -v displays 3.6.8.
  4. Open the file ml-workshop.ipynb and you should be good to go! If this step works, you are all set up for the workshop!

API Key

If the weather data download is not working, the API key may have expired. To generate a new one visit https://worldweatheronline.com and place it in ml-workshop.ipynb

Usage

Open up ml-workshop.ipynb and follow along with each of the sections.

Contact

Email: [email protected]

Website: https://uwrt.club

About

2021 ML Workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%