仓库源文站点原文


layout: post title: "Machine Learning笔记 第10周" date: "2016-03-27 23:27:45" categories: 计算机科学 excerpt: "第十周根本没时间上课,只能利用第11周的春假补全。 This week: going over Feature Transformation t..."

auth: conge

第十周根本没时间上课,只能利用第11周的春假补全。

This week: going over Feature Transformation this week, and starting on Information Theory.

Defination of Feature Ransformation

Why do Feature Transformation

Example of words

PCA

This paper does a fantastic job building the intuition and implementation behind PCA

An eigenproblem is a computational problem that can be solved by finding the eigenvalues and/or eigenvectors of a matrix. In PCA, we are analyzing the covariance matrix (see the paper for details)

PCA PCA Features

ICA

ICA has also been applied to the information retrieval problem, in a paper written by Charles himself

ICA

quize 1: defining features for PAC and ICA

More PCA vs ICA

Alternatives:

RCA

Random components Analysis: generates random directions

LDA

wrap up

Wrap up

This excellent paper is a great resource for the Feature Transformation methods from this course, and beyond

2016-03-17 初稿
2016-03-26 补完