Skip to content

Commit

Permalink
Merge branch 'master' of github.com:dato-code/tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdubois committed Apr 14, 2016
2 parents bd1ead6 + fa3e41c commit 330cad6
Show file tree
Hide file tree
Showing 31 changed files with 12,116 additions and 1,037 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1873,7 +1873,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.10"
"version": "2.7.11"
}
},
"nbformat": 4,
Expand Down
26 changes: 26 additions & 0 deletions strata-sj-2016/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Strata + Hadoop World, San Jose, 2016

This directory contains demo notebooks used for **Practical Machine Learning**, an all-day tutorial
at [Strata + Hadoop World, San Jose, 2016](http://conferences.oreilly.com/strata/hadoop-big-data-ca/public/schedule/detail/47056).
The course is designed to introduce machine learning via real applications like
- building a recommender
- detecting anomalies
- analyzing time series data
- image analysis using deep learning
- predicting customer churn
- deploying machine learning

## Setup Instructions

You can browse the notebooks using Github's notebook viewer, but please note that
some images may not be rendered correctly. Follow these
steps to set up and run the notebooks on your own machine.

- [Download](https://dato.com/download/) GraphLab Create v1.8.5 and then follow instructions to [install](https://dato.com/download/install.html).
- Download and unzip the datasets [[831MB]](http://static.dato.com/ml101_datasets_stratasj_2016.zip)
- [Install Jupyter notebook](http://jupyter.readthedocs.org/en/latest/install.html) (needed only if you install GraphLab Create via command line)

## Handy references

- [GraphLab Create User Guide](http://dato.com/learn/userguide)
- [GraphLab Forum](http://forum.dato.com/categories/graphlab-create)

Large diffs are not rendered by default.

Binary file not shown.
1,167 changes: 1,167 additions & 0 deletions strata-sj-2016/deep-learning/image_similarity.ipynb

Large diffs are not rendered by default.

Binary file added strata-sj-2016/deep-learning/images/AA1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added strata-sj-2016/deep-learning/images/alexnet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added strata-sj-2016/deep-learning/images/cifar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added strata-sj-2016/deep-learning/images/improve.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added strata-sj-2016/deep-learning/images/linear.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added strata-sj-2016/deep-learning/images/load.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added strata-sj-2016/deep-learning/images/train.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added strata-sj-2016/deep-learning/images/workflow1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added strata-sj-2016/deep-learning/images/workflow2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added strata-sj-2016/deep-learning/images/workflow3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,165 changes: 1,165 additions & 0 deletions strata-sj-2016/intro-ml/getting-started-with-sframes.ipynb

Large diffs are not rendered by default.

1,835 changes: 1,835 additions & 0 deletions strata-sj-2016/intro-ml/sentiment_analysis.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions strata-sj-2016/recommendation-systems/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Strata + Hadoop World, New York City, 2015
# Strata + Hadoop World, San Jose 2016

This directory contains demo notebooks used for the "Introduction to Recommender Systems", the second session of **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).

Expand All @@ -15,7 +15,7 @@ Along the way, we also cover feature engineering and deploying machine learning
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.

- [Download](https://dato.com/download/) GraphLab Create and then follow instructions to [install](https://dato.com/download/install.html).
- Download and unzip the datasets [[831MB]](http://static.dato.com/ml101_datasets_stratanyc_2015.zip)
- Download and unzip the datasets

## Handy references

Expand Down
2,098 changes: 1,600 additions & 498 deletions strata-sj-2016/recommendation-systems/Recommender DeepDive - Part 1.ipynb

Large diffs are not rendered by default.

3,197 changes: 2,661 additions & 536 deletions strata-sj-2016/recommendation-systems/Recommender DeepDive - Part 2.ipynb

Large diffs are not rendered by default.

Binary file not shown.
Loading

0 comments on commit 330cad6

Please sign in to comment.