Browse by Domains

Decision Tree

Random Forest

Random forest Algorithm in Machine learning: An Overview

Introduction to Random Forest Algorithm In the field of data analytics, every algorithm has a price. But if we consider the overall scenario, then a maximum of the business problem has a classification task. It becomes quite difficult to intuitively know what to adopt considering the nature of the data. Random Forests have various applications […]

Random forest Algorithm in Machine learning: An Overview Read More »

trees in data structure

Understanding Trees in Data Structures

We have all watched trees from our childhood. It has roots, stems, branches and leaves. It was observed long back that each leaf of a tree can be traced to root via a unique path. Hence tree structure was used to explain hierarchical relationships, e.g. family tree, animal kingdom classification, etc. This hierarchical structure of

Understanding Trees in Data Structures Read More »

multiclass classification

Multiclass Classification- Explained in Machine Learning

Contributed by: Ayushi Jain LinkedIn Profile: https://www.linkedin.com/in/ayushi-jain-541047131/ We have heard about classification and regression techniques in machine learning. We know that these two techniques work on different algorithms for discrete and continuous data respectively. In this article, we will learn more about classification. If we dig deeper into classification, we deal with two types of

Multiclass Classification- Explained in Machine Learning Read More »

Scroll to Top