Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/dato-code/tutorials
Browse files Browse the repository at this point in the history
Conflicts:
	dss-2016/README.md
	dss-2016/churn_prediction/churn-tutorial.ipynb
  • Loading branch information
srikris committed Jul 12, 2016
2 parents e821a52 + 2a17020 commit 1396ec8
Show file tree
Hide file tree
Showing 36 changed files with 9,262 additions and 179 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Dato Tutorials
# Turi Tutorials

This repository contains materials for demos, tutorials, and talks by Dato Inc.
This repository contains materials for demos, tutorials, and talks by Turi.
You can browse the notebooks using Github's own notebook viewer. Note that some
images may not be rendered correctly.

If you'd like to run it, you may register for GraphLab Create
(https://dato.com/download/), then follow instructions to install.
(https://turi.com/download/), then follow instructions to install.

- GraphLab Create User Guide: http://dato.com/learn/userguide
- GraphLab Forum: http://forum.dato.com/categories/graphlab-create
- GraphLab Create User Guide: https://turi.com/learn/userguide
- GraphLab Forum: http://forum.turi.com/categories/graphlab-create

# Events

Expand Down
6 changes: 3 additions & 3 deletions dss-2016/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This directory contains demo notebooks used for the collection of **machine
learning tutorials** at the [Data Science Summit
2016](http://conf.dato.com/2016/us/).
2016](https://conf.turi.com/2016/us/).

The course is designed to introduce machine learning via real applications like
- recommender systems
Expand All @@ -18,5 +18,5 @@ and run the notebooks on your own machine.

## Handy references

- [GraphLab Create User Guide](http://dato.com/learn/userguide)
- [GraphLab Forum](http://forum.dato.com/categories/graphlab-create)
- [GraphLab Create User Guide](https://turi.com/learn/userguide)
- [GraphLab Forum](http://forum.turi.com/categories/graphlab-create)
23 changes: 23 additions & 0 deletions dss-2016/recommendation-systems/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Data Science Summit 2016

This directory contains demo notebooks used for the "Introduction to Recommender Systems", the second session of **Machine Learning 101**.

In this session we

- give an introduction to recommendation systems,
- show how easy it is to get started
- provide examples and slides

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.

- [Download](https://turi.com/download/) GraphLab Create and then follow instructions to [install](https://turi.com/download/install.html).
- Download and unzip the datasets

## Handy references

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

0 comments on commit 1396ec8

Please sign in to comment.