WEEK 8
Posted keyshaw
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了WEEK 8相关的知识,希望对你有一定的参考价值。
WEEK 8
Unsupervised Learning
We use unsupervised learning to build models that help us understand our data better. We discuss the k-Means algorithm for clustering that enable us to learn groupings of unlabeled data points.
5 videos, 1 reading
Video: Unsupervised Learning: Introduction
Video: K-Means Algorithm
Video: Optimization Objective
Video: Random Initialization
Video: Choosing the Number of Clusters
Reading: Lecture Slides
Graded: Unsupervised Learning
Dimensionality Reduction
In this module, we introduce Principal Components Analysis, and show how it can be used for data compression to speed up learning algorithms as well as for visualizations of complex datasets.
7 videos, 1 reading
Video: Motivation I: Data Compression
Video: Motivation II: Visualization
Video: Principal Component Analysis Problem Formulation
Video: Principal Component Analysis Algorithm
Video: Reconstruction from Compressed Representation
Video: Choosing the Number of Principal Components
Video: Advice for Applying PCA
Reading: Lecture Slides
Programming: K-Means Clustering and PCA
Graded: Principal Component Analysis
以上是关于WEEK 8的主要内容,如果未能解决你的问题,请参考以下文章
8.请输入星期几的第一个字母来判断一下是星期几,如果第一个字母一样,则继续判断第二个字母
机器学习笔记(Washington University)- Classification Specialization-week six & week 7