forked from turi-code/tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Srikrishna Sridhar
committed
Sep 23, 2015
1 parent
22a7197
commit c805db0
Showing
1 changed file
with
13 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,23 @@ | ||
# Setup instructions | ||
This directory contains demo notebooks used for **Machine Learning 101**, an | ||
all-day tutorial at Strata + Hadoop World, New York City, 2015. | ||
(http://strataconf.com/big-data-conference-ny-2015/public/schedule/detail/43217) | ||
The course is designed to introduce machine learning via real applications: | ||
building a recommender and doing image analysis using deep learning. Along the | ||
way, we also cover feature engineering and deploying machine learning models as | ||
a predictive service. | ||
# Strata + Hadoop World, New York City, 2015 | ||
|
||
You can browse the notebooks using Github's own notebook viewer. Note that some | ||
images may not be rendered correctly. | ||
This directory contains demo notebooks used for **Machine Learning 101**, an all-day tutorial at [Strata + Hadoop World, New York City, 2015](http://strataconf.com/big-data-conference-ny-2015/public/schedule/detail/43217). | ||
The course is designed to introduce machine learning via real applications like | ||
- building a recommender | ||
- image analysis using deep learning. | ||
|
||
If you'd like to run it, follow these steps to set up your machine. | ||
Along the way, we also cover feature engineering and deploying machine learning models as a predictive service. . | ||
|
||
# Setup Instructions | ||
|
||
You can browse the notebooks using Github iPython notebook viewer. Note that some images may not be rendered correctly If you'd like to run it, follow these steps to set up your machine. | ||
|
||
1. Set up GraphLab Create | ||
Register for GraphLab Create (https://dato.com/download/), then follow | ||
instructions to install. | ||
Register for GraphLab Create (https://dato.com/download/), then follow instructions to install. | ||
|
||
2. Download the datasets | ||
Download and unzip the datasets [831MB]: | ||
http://static.dato.com/ml101_datasets_stratanyc_2015.zip | ||
|
||
3. Handy references | ||
- GraphLab Create User Guide: http://dato.com/learn/userguide | ||
- GraphLab Forum: http://forum.dato.com/categories/graphlab-create | ||
|
||
- [GraphLab Create User Guide](http://dato.com/learn/userguide) | ||
- [GraphLab Forum](http://forum.dato.com/categories/graphlab-create) |