User Tools

Site Tools


homework:2013-ex03

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

homework:2013-ex03 [2014/05/22 16:34]
homework:2013-ex03 [2023/08/19 21:02] (current)
Line 1: Line 1:
 +====== Homework 03 ======
 +
 +===== Goal =====
 +Represent digits '​3'​ in 2D by RPCA
 +  - convert data from the UCI [[http://​archive.ics.uci.edu/​ml/​datasets/​Optical+Recognition+of+Handwritten+Digits|Optical Recognition of Handwritten Digits Data Set]] 
 +  - implement one RPCA solution which are discribed in page 63-69
 +  - perform RPCA over all digit '​3'​ with 2 components
 +  - plot the RPCA results similar to page #12 of {{:​2012:​mva2012-component_analysis.pdf|PCA}}
 +
 +{{ :​homework:​3.png |Plot Result}}
 + 
 +===== Requirements =====
 +  - Programming lanuage: python
 +  - Plot the results in gnuplot
 +