Engineering and Technology
Learn to tune hyperparameters in Python.
The effectiveness of machine learning models greatly relies on the selection of appropriate hyperparameters. However, as models become more complex and offer numerous options, it becomes challenging to efficiently determine the optimal settings for a specific problem. This course aims to provide practical training in employing various automated hyperparameter tuning methodologies in Python using Scikit Learn. These methodologies include Grid Search, Random Search, as well as advanced optimization techniques such as Bayesian and Genetic algorithms. Throughout the course, you will work with a dataset focused on predicting credit card defaults, enabling you to enhance the efficiency and effectiveness of your machine learning model development skills significantly.
by DataCamp
Learn to tune hyperparameters in Python.
by DataCamp
Learn how to tune your model's hyperparameters to get the best predictive results.
by DataCamp
Leverage the tools in the tidyverse to generate, explore and evaluate machine learning models.
by DataCamp
Learn the power of deep learning in PyTorch. Build your first neural network, adjust hyperparameters...