Skip to content

This code does a hyperparameter grid search on a neural network. The hyperparameters searched through are epochs, batches, and optimizers.

Notifications You must be signed in to change notification settings

lwschm/Keras_Hyperparameter_Tuning

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Keras Hyperparameter Tuning

This code does a hyperparameter grid search on a neural network. The hyperparameters searched through are epochs, batches, and optimizers. I will be uploading Bayesian and evolutionary methods soon.

I run the code within a singularity container, pulled originally from an NVIDIA docker

About

This code does a hyperparameter grid search on a neural network. The hyperparameters searched through are epochs, batches, and optimizers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%