An open API service indexing awesome lists of open source software.

https://github.com/easonlai/pneumonia_classification_challenge_databricks

This is sample repos for how to use Keras Tuner to perform hyper-parameter tuning in Databricks.
https://github.com/easonlai/pneumonia_classification_challenge_databricks

cnn-keras convolutional-neural-networks data-science databricks hyperparameter-optimization hyperparameter-tuning keras keras-classification-models keras-neural-networks keras-tensorflow keras-tuner machine-learning neural-network pneumonia-classification resnet-50

Last synced: about 2 months ago
JSON representation

This is sample repos for how to use Keras Tuner to perform hyper-parameter tuning in Databricks.

Awesome Lists containing this project

README

        

# Pneumonia Classification Challenge Databricks
This is sample repos for how to use Keras Tuner to perform hyper-parameter tuning in Databricks.

* pneumonia_classification_challenge_v1.ipynb <-- Origional model training without Keras Tuner.
* pneumonia_classification_challenge_v2.ipynb <-- Using Keras Tuner for hyper-paramter tuning, to search best combination for highest validation accurary.
* pneumonia_classification_challenge_v3_resnet50.ipynb <-- Using ResNet50 model architecture to train model.
* [Keras Tuner documentation](https://keras-team.github.io/keras-tuner/)
* [Hyper-parameter Auto Tuning (Keras Tuner with Databricks)](https://easonlai888.medium.com/hyper-parameter-auto-tuning-keras-tuner-with-databricks-2a1c12af6aca)