Skip to content

adarsh0806/ml_workshop_udacity

Repository files navigation

Machine Learning Workshops

Udacity - School of AI

Install

Make sure you have Python 3 installed, preferably using Anaconda. Then run the following command to install required packages:

pip3 install -r requirements.txt

Run

Run Jupyter and open the notebook for your desired lab:

jupyter notebook

Data for tutorial notebooks

To avoid having to fetch datasets used in these notebooks, copy all the directories under data/ (e.g. .keras, nltk_data, scikit_learn_data) to your user home directory (e.g. /Users/alice/ or C:\Users\Bob\). If these directories already exist, just copy the respective content into them.

You can use the rsync utility to perform this task, if available on your system:

rsync -av data/ ~/

About

ML Workshops @ Udacity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published