Deep Learning, Ian Goodfellow, Yoshua Bengio, Aaron Courville, 2016 (MIT Press) - Comprehensive coverage of deep learning foundations, including various aspects of hyperparameter selection and optimization strategies.
Random Search for Hyper-Parameter Optimization, James Bergstra, Yoshua Bengio, 2012Journal of Machine Learning Research, Vol. 13 - Introduces and empirically demonstrates the effectiveness of random search over grid search for hyperparameter optimization.
KerasTuner Documentation, O'Malley, Tom, Bursztein, Elie, Long, James, Chollet, François, Jin, Haifeng, Invernizzi, Luca, and others, 2019 - Official documentation for KerasTuner, providing practical examples and guides for implementing various hyperparameter tuning strategies with Keras models.
Practical Bayesian Optimization of Machine Learning Algorithms, Jasper Snoek, Hugo Larochelle, Ryan P. Adams, 2012Advances in Neural Information Processing Systems 25, Vol. 25 (NeurIPS) - A seminal work on applying Bayesian optimization to efficiently tune hyperparameters of machine learning algorithms.