bertdv / AIP-5SSB0

5SSB0 -- Adaptive Information Processing course notes
Other
11 stars 5 forks source link

lesson 11 - add julia example on PCA and pPCA for Tobamovirus data set #32

Closed bertdv closed 8 years ago

marcocox commented 8 years ago

Done. pPCA using EM works quite nice by the way.

marcocox commented 8 years ago

Actually the performance in case of missing data seems to be worse than in Bishop's paper, so probably I made a mistake somewhere. Pls keep this issue open for the time being.

marcocox commented 8 years ago

I fixed the implementation for the case of missing data, seems to work fine now. Please review.

bertdv commented 8 years ago

awesome, thx!