Browse by Domains

Machine Learning algorithm

Machine learning tutorial

Machine Learning Tutorial For Beginners

This Machine Learning tutorial provides both intermediate and basics of machine learning. It is designed for students and working professionals who are complete beginners. At the end of this tutorial, you will be able to make machine learning models that can perform complex tasks such as predicting the price of a house or recognizing the […]

Machine Learning Tutorial For Beginners Read More »

chi square test

What is Chi-Square Test? Chi- Square Test Explained

Contributed by: Netali Agrawal The Chi-square test is also known as the name of the “goodness of fit test”. But questions that first strike our minds on hearing this name are: This article is a guide for all of your doubts and is meant to equip you with a comprehensive knowledge of the Chi-Square test.

What is Chi-Square Test? Chi- Square Test Explained Read More »

adaboost algorithm

The Ultimate Guide to AdaBoost Algorithm | What is AdaBoost Algorithm?

Contributed by: Ashish Kumar AdaBoost algorithm, short for Adaptive Boosting, is a Boosting technique used as an Ensemble Method in Machine Learning. It is called Adaptive Boosting as the weights are re-assigned to each instance, with higher weights assigned to incorrectly classified instances. Boosting is used to reduce bias as well as variance for supervised

The Ultimate Guide to AdaBoost Algorithm | What is AdaBoost Algorithm? Read More »

Machine learning algorithms in Python

5 Most Used Machine Learning Algorithms in Python

Machine learning is the concept of programming the machine in such a way that it learns from its experiences and different examples, without being programmed explicitly. It is an application of AI that allows machines to learn on their own. Machine learning algorithms are a combination of math and logic that adjust themselves to perform

5 Most Used Machine Learning Algorithms in Python Read More »

perceptron learning algorithm

Perceptron Learning Algorithm Explained | What is Perceptron Learning Algorithm

Contributed by: Arun Dixit Sharma LinkedIn Profile: https://www.linkedin.com/in/arundixitsharma/ Introduction  In Machine learning, the Perceptron Learning Algorithm is the supervised learning algorithm which has binary classes. Even it is a part of the Neural Network. The concept of the Neural Network is not difficult to understand by humans. The concept of artificial neural networks draws inspiration

Perceptron Learning Algorithm Explained | What is Perceptron Learning Algorithm Read More »

fp growth algorithm

Understanding (Frequent Pattern) FP Growth Algorithm | What is FP Algorithm?

Contributed by: Sudip Das LinkedIn Profile: https://www.linkedin.com/in/sudip-das29 Introduction To understand FP Growth algorithm, we need to first understand association rules. Association Rules uncover the relationship between two or more attributes. It is mainly in the form of- If antecedent than consequent.  For example, a supermarket sees that there are 200 customers on Friday evening. Out

Understanding (Frequent Pattern) FP Growth Algorithm | What is FP Algorithm? Read More »

Apriori Algorithm

What is Apriori Algorithm? Apriori Algorithm Explained

Contributed by: Shreya Shetty LinkedIn Profile: https://www.linkedin.com/in/shreya-shetty-9a070792/ Before we deep dive into the Apriori algorithm, we must understand the background of the application. In the era of online shopping, we still take out some time to visit supermarkets for quick pick up. Have you ever wondered why certain items are placed together and are there

What is Apriori Algorithm? Apriori Algorithm Explained Read More »

Scroll to Top