Skip to content

This repository contains all the mini proyects of the intro to machine learning course from Udacity.

Notifications You must be signed in to change notification settings

david8z/intro_to_machine_learning

Repository files navigation

INTRODUCTION TO MACHINE LEARNING UDACITY COURSE

In this repo you will find the resources I used for the intro to machine learning course.


The python version used for the course was the recommended by Udacity, python2.7. All the packages can be installed by:

pip install -r requirements.txt

I actually experienced a runtime error with the matplotlib library as i was working in MAC OSX indicating python wasn't installed as a framework. This was solved with the following command:

echo "backend: TkAgg" >> ~/.matplotlib/matplotlibrc 

Note that you can't use this repo directly as the dataset isn't downloaded on it.

About

This repository contains all the mini proyects of the intro to machine learning course from Udacity.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published