Skip to content

ada0110/NAS-using-Genetic-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Neural Architecture Search using Genetic Algorithm

In this project we have used Genetic Algorithm to do Neural Architecture Search(NAS) for finding the best performing Convolution Neural Network(CNN) architecture on the fashion-mnist dataset.

Our objective was to find a model that gives highest accuracy while using least number of parameters. Thus we used the fitness_score = accuracy/log(numberof parameters).

We used the following genetic algorihtm startegy to achive this: image

Following is the scatter plot of various models, their accuracy and fitness scores. image

Please check the attached report for more details.

About

Neural Architecture Search (NAS) using Genetic Algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published