Skip to content

Best Feature Subset selection using Genetic Algorithm. Tested on open-face emotions dataset using a DNN and Logistic Regression Model.

Notifications You must be signed in to change notification settings

xadityax/Feature-Subset-Selection-Genetic-Algorithm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI-Assignment-2020

Genetic Algorithm for feature subset selection.

Description

Fitness for individuals (feature subset) defined using the mean accuracy for classifying emotions. Classification of emotions using various classifiers on the CK+ dataset and OpenFace.

Graphical User interface for entering csv path, loading the pickled trained model for instant classification on test data.

Results

Logistic Regression - Mean accuracy 93.156 Neural Net with 2 hidden layers and one dense output layer - Mean Accuracy 91.331 Selects best feature subset of 434 features out of ~750 features generated from OpenFace.

How to Run

Run the main.py file with all other files in the same directory

About

Best Feature Subset selection using Genetic Algorithm. Tested on open-face emotions dataset using a DNN and Logistic Regression Model.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%