2017年8月20日 星期日

DEAN 690_Week 11

Assignment: Week 11

Share
Expert Interview – Data Visualization & Infographics

Dataset
Topic: Virginia Crash Data (Department of Motor Vehicles)
Description: Data that is collected, stored and analyzed by this Division is used for problem identification and resolution by local, state and federal entities across the Commonwealth.
This website provides the simple tables by crash type: crashes by crash type, speed-related crashes, alcohol-related crashes, and Virginia motor vehicle statistics.
Questions
31. What is Collaborative filtering?
Collaborative filtering is one kind of recommendation system. For example, when we search keywords on Google. “Related artilces” is one kind of collaborative filtering.
Reference:

[1] Ekstrand, Michael D, John T Riedl, and Joseph A Konstan. Collaborative Filtering Recommender Systems. 1st ed. Hanover, Mass.: Now Publishers, 2011. Print.

沒有留言:

張貼留言

Python program to display calendar

# Python program to display calendar of given month of the year # importing calendar module for calendar operations import calendar # set t...