adityamaanas / Genetic-CNN

Neural Networks Tuner with Genetic Algorithm

Home Page:https://sainivedh.medium.com/optimization-of-cnn-architecture-using-genetic-algorithm-for-image-classification-5c48f25dac9c

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Genetic-CNN

This project uses Convolution Neural Networks (CNN) for the task of Image Classification. To achieve best accuracy the CNN architecture must be modelled with various numbers of architectures with varying number of filters, kernel size, number of layers etc.

To avoid the tedious trial and error method, this project uses Genetic Algorithm to obtain optimum CNN architecture. The project is implemented using TensorFlow and Keras over Face Database from AT&T Laboratories, Cambridge University

About

Neural Networks Tuner with Genetic Algorithm

https://sainivedh.medium.com/optimization-of-cnn-architecture-using-genetic-algorithm-for-image-classification-5c48f25dac9c


Languages

Language:Jupyter Notebook 99.7%Language:Python 0.3%