Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 237 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 237 Bytes

Self Organizing Map Face Detection

Source code for a face recognition algorithm that uses self organizing maps and a convex hull algorithm to group feature vectors.

See SOMClassifierCUDA for most up to date code with GPU support.