WEEK 9
Posted keyshaw
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了WEEK 9相关的知识,希望对你有一定的参考价值。
WEEK 9
Anomaly Detection
Given a large number of data points, we may sometimes want to figure out which ones vary significantly from the average. For example, in manufacturing, we may want to detect defects or anomalies. We show how a dataset can be modeled using a Gaussian distribution, and how the model can be used for anomaly detection.
8 videos, 1 reading
Video: Problem Motivation
Video: Gaussian Distribution
Video: Algorithm
Video: Developing and Evaluating an Anomaly Detection System
Video: Anomaly Detection vs. Supervised Learning
Video: Choosing What Features to Use
Video: Multivariate Gaussian Distribution
Video: Anomaly Detection using the Multivariate Gaussian Distribution
Reading: Lecture Slides
Graded: Anomaly Detection
Recommender Systems
When you buy a product online, most websites automatically recommend other products that you may like. Recommender systems look at patterns of activities between different users and different products to produce these recommendations. In this module, we introduce recommender algorithms such as the collaborative filtering algorithm and low-rank matrix factorization.
More
6 videos, 1 reading
Video: Problem Formulation
Video: Content Based Recommendations
Video: Collaborative Filtering
Video: Collaborative Filtering Algorithm
Video: Vectorization: Low Rank Matrix Factorization
Video: Implementational Detail: Mean Normalization
Reading: Lecture Slides
Programming: Anomaly Detection and Recommender Systems
Graded: Recommender Systems
以上是关于WEEK 9的主要内容,如果未能解决你的问题,请参考以下文章
机器学习笔记(Washington University)- Classification Specialization-week six & week 7
机器学习笔记(Washington University)- Classification Specialization-week one & week two