amueller / scipy-2016-sklearn

Scikit-learn tutorial at SciPy2016
Creative Commons Zero v1.0 Universal
515 stars 516 forks source link

coordinate 7, 8, 9 #14

Closed amueller closed 8 years ago

amueller commented 8 years ago

They are currently weird. I'm not sure we should make this all about eigenfaces. I'd rather talk about more methods. But I'm not sure.

rasbt commented 8 years ago

yeah. I think we could use

amueller commented 8 years ago

I'm not a fan of the eigenfaces here, I think. I thought manifold learning was 26?

amueller commented 8 years ago

btw, SVD returns sorted eigenvectors, right? So you can remove that step ;)

rasbt commented 8 years ago

I think we can close that now!

btw, SVD returns sorted eigenvectors, right? So you can remove that step ;)

you are right, but I didn't sort the "eigenvectors" from SVD I think :P