Hyperparameter Tuning in Random Forests

Banner Image

Random Forests are powerful ensemble machine learning algorithms that can perform both classification and regression. In machine learning, random forests work quite well in large and complex datasets. They can give high accuracy score. But we can improve these results even further. Therefore, in this article, we will learn how to perform hyperparameter tuning in […] ...

Linear Regression in Machine Learning

Banner Image

Linear Regression is one of the most simple yet widely used statistical Machine Learning technique. The linear regression machine learning algorithm tries to map one or more independent variable (features) to a dependent variable (scalar output). In this post, you will be learning about: Different types of linear regression in machine learning. A bit of […] ...

Introduction to Deep Learning with Keras (Part 5): Using Callbacks in Keras

In this part of the Deep Learning with Keras series, we will learn some of the most useful concepts. We will cover topics like Callbacks in Keras, saving models and restoring models. You will also learn about Tensorboard visualization which is an important part of Keras callbacks and analyzing and training models. This is the […] ...