DrDavidEllison / Keras_Hyperparameter_Tuning

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Python 100.0%