Problem Motivation

Problem Motivation
  • Problem common sighted in unsupervised learning as well as supervised learning
  • Read more…

Advice for Applying PCA

Advice for Applying PCA

  • We know by now that PCA can reduce the data while representing original data, thus making faster learning algorithm.
  • Read more…

Reconstruction from compressed representation

Reconstruction from compressed representation
  • PCA compression thousand into hundred dimensional features
  • Read more…

Choosing the Number of Principal Components

Choosing the Number of Principal Components

  • n dimensional features in large data scale usually have arround thousand number that most of them are highly correlated
  • Read more…

Principal Component Analysis Algorithm

Principal Component Analysis Algorithm

Principal Component Analysis problem formulation

Principal Component Analysis problem formulation

Motivation II : Data Visualization

Motivation II : Data Visualization

Motivation I : Data Compression

Motivation I : Data Compression
  • Useful for reduce the computation and less data input making faster process for learning algorithm
  • Read more…

K-means algorithm

K-means algorithm
  • Clustering Algorithm is used to classify the data structure that not labeled at the beginning.
  • Read more…

Unsupervised Learning: Introduction

Unsupervised Learning: Introduction
  • First Unsupervised Learning algorithm that learn from unclassified data
  • Read more…