You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -15,3 +15,4 @@ If you'd like to run it, you may register for GraphLab Create
15
15
- Webinars[[Notebooks]](webinars/README.md)
16
16
- Strata + Hadoop World, New York City 2015 [[Event Page]](http://strataconf.com/big-data-conference-ny-2015/public/schedule/detail/43217)[[Tutorials]](strata-nyc-2015/README.md)
17
17
- Strata + Hadoop World, San Jose, 2016 [[Event Page]](http://conferences.oreilly.com/strata/hadoop-big-data-ca/public/schedule/detail/47056).
This directory contains demo notebooks used for the "Introduction to Recommender Systems", the second session of **Machine Learning 101**.
3
+
Countless online services use recommender systems to provide personalization to
4
+
their users. This is important for selling related items, increasing user
5
+
engagement, and so on.
4
6
5
-
In this session we
7
+
In this tutorial, you will learn
8
+
- the key machine learning concepts that underpin most modern recommender systems
9
+
- how to build your own recommender system using off-the-shelf tools
10
+
- the strengths and weaknesses of collaborative filtering and content-based
11
+
approaches, as well as hybrid methods
12
+
- how to explore, explain, and evaluate your recommender models
6
13
7
-
- give an introduction to recommendation systems,
8
-
- show how easy it is to get started
9
-
- provide examples and slides
10
-
11
-
Along the way, we also cover feature engineering and deploying machine learning models as a predictive service.
12
-
13
-
## Setup Instructions
14
-
15
-
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.
16
-
17
-
-[Download](https://turi.com/download/) GraphLab Create and then follow instructions to [install](https://turi.com/download/install.html).
18
-
- Download and unzip the datasets
19
-
20
-
## Handy references
21
-
22
-
-[GraphLab Create User Guide](https://turi.com/learn/userguide)
0 commit comments