CUFCTL / face-recognition

A GPU-accelerated real-time face recognition system based on classical machine learning algorithms
MIT License
23 stars 11 forks source link

Use t-SNE to visualize results #29

Closed bentsherman closed 6 years ago

bentsherman commented 7 years ago

t-SNE is a really cool algorithm which can display the spatial relationships between high-dimensional data (such as images) in 2D or 3D. For example, the ORL database which we use all the time. This tool would be great way to visualize our results as we experiment with more datasets, which would in turn look very nice on a poster.

bentsherman commented 6 years ago

It turns out that t-SNE is pretty easy to use with scikit-learn so we can just do that whenever.