Open
Description
Description:
Use Keras Tuner to find the best hyperparameters for a CNN on the MNIST dataset.
Tasks:
- Load and preprocess the MNIST dataset.
- Define a CNN architecture using TensorFlow/Keras.
- Use Keras Tuner to optimize learning rate, number of filters, and dropout rate.
- Compare training loss before and after tuning.
- Name the notebook keras_tuner_mnist.ipynb.
- Update the README file with relevant references.