article thumbnail

Machine Learning Algorithms

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Types of Machine Learning Algorithms 3. The post Machine Learning Algorithms appeared first on Analytics Vidhya. Table of Contents 1. Introduction 2. Simple Linear Regression 4. Multilinear Regression 5. Logistic Regression 6. Decision Tree 7.

article thumbnail

Introduction to Intelligent Search Algorithms

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction to Intelligent Search Algorithms Search problems are widespread in real-world applications. Search algorithms are beneficial in simplifying or solving the problems such as searching a database or the internet.

Algorithm 394
professionals

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Naïve Bayes Algorithm: Everything You Need to Know

KDnuggets

Naïve Bayes is a probabilistic machine learning algorithm based on the Bayes Theorem, used in a wide variety of classification tasks. In this article, we will understand the Naïve Bayes algorithm and all essential concepts so that there is no room for doubts in understanding.

Algorithm 400
article thumbnail

Boosting Machine Learning Algorithms: An Overview

KDnuggets

The combination of several machine learning algorithms is referred to as ensemble learning. In this article, we will focus on boosting. There are several ensemble learning techniques.

article thumbnail

Interview Questions on AdaBoost Algorithm in Data Science

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction AdaBoost is a boosting algorithm used in data science. It is one of the best-performing and widely used algorithms. The post Interview Questions on AdaBoost Algorithm in Data Science appeared first on Analytics Vidhya.

article thumbnail

Learn Mobile Price Prediction Through Four Classification Algorithms

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. The post Learn Mobile Price Prediction Through Four Classification Algorithms appeared first on Analytics Vidhya. The post Learn Mobile Price Prediction Through Four Classification Algorithms appeared first on Analytics Vidhya. A new […].

Algorithm 400
article thumbnail

State Space Search Optimization Using Local Search Algorithms

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. The post State Space Search Optimization Using Local Search Algorithms appeared first on Analytics Vidhya. Introduction Until now, we have seen two different approaches to state space search. i.e., Uninformed Search and Informed Search Strategies.

Algorithm 385