Introduction to Keras Tuner Tune hyperparameters

preview_player
Показать описание
The Keras Tuner is a library that helps you pick the optimal set of hyperparameters for your TensorFlow program. The process of selecting the right set of hyperparameters for your machine learning (ML) application is called hyperparameter tuning or hypertuning.

Hyperparameters are the variables that govern the training process and the topology of an ML model. These variables remain constant over the training process and directly impact the performance of your ML program. Hyperparameters are of two types:

Model hyperparameters which influence model selection such as the number and width of hidden layers

Algorithm hyperparameters which influence the speed and quality of the learning algorithm such as the learning rate for Stochastic Gradient Descent (SGD) and the number of nearest neighbors for a k Nearest Neighbors (KNN) classifier

Please subscribe to my newsletter. Read exclusive articles, book chapter and hundreds of source code, which you can use to put on your resume to make it shine. Subscribing to my newsletter also helps me a lot.

All the explanation are published on medium for free, please follow me on medium. Link below.

Please subscribe to my newsletter on substack, I publish details articles on data science and machine/deep learning. Please do subscribe it really helps me a lot. All of the source is also published on substack.
Рекомендации по теме