Welcome to HackBU's Introduction to Machine Learning workshop! Today, we'll be covering some commonly used machine learning algorithms. To get started, make sure you have Python 3 (and optionally Git) installed. If you need help at any point, please ask one of the organizers for help!
IMPORTANT: Make sure you install all the libraries required for this activity by typing:
Windows: pip install -r requirements.txt
OSX: pip3 install -r requirements.txt
in terminal when you've reached your workshop's directory.
- Part 1 - Introduction to Machine Learning with scikit-learn
- Part 2 - Introduction to Neural Networks with tensorflow
- Part 3 - Applying Machine Learning to the Boston Housing Price Regression Dataset