Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

This is an Python application to automatically find a fitting architecture for training a Convolutional Neural Network. For that purpose it uses a genetic algorithm.

Notifications You must be signed in to change notification settings

trettenmeier/DeepLearningArchitectureFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepLearningArchitectureFinder

This is my very first Python/ML application. It is meant to automatically find a fitting architecture for training a Convolutional Neural Network. For that purpose it uses a genetic algorithm.

The dataset I used is the Tiny-Imagenet-200 dataset. The folder structure of the validation set has been slightly modified to work with fit_generator()-method. Modification can be applied with the two scripts provided in the Helpers-Folder.

About

This is an Python application to automatically find a fitting architecture for training a Convolutional Neural Network. For that purpose it uses a genetic algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages