Skip to content

Currybon30/umist_face_recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

107 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facial Recognition and Identification System

Centennial College
COMP 257 - Unsupervised and Reinforcement Learning - Final Group Project - Fall 2024

Table of Contents

About

This project implements a facial recognition and identification system using the umist_cropped.mat dataset. The system leverages state-of-the-art data preprocessing, clustering, and neural network techniques to classify and identify individuals accurately.

Timeline

Deliverable #1: Preprocessing and clustering

  • Explore the data
  • Preprocess the data
    • Handle imbalanced data
    • Scale/Normalize
    • Reduce dimensionality (PCA, UMAP, Autoencoders)
  • Cluster the data
    • KMeans
    • DBSCAN
    • Gaussian Mixture
    • Hierarchical Clustering
    • Spectral Clustering

Deliverable #2: Classification

  • Apply neural network model to train and predict
    • CNN

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors