article thumbnail

Understanding Algorithmic Bias: Types, Causes and Case Studies

Analytics Vidhya

The answer often lies in algorithmic bias, a complex and pervasive issue within artificial intelligence. This article will disclose what is algorithmic bias, its various dimensions, […] The post Understanding Algorithmic Bias: Types, Causes and Case Studies appeared first on Analytics Vidhya.

Algorithm 318
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 356
professionals

Sign Up for our Newsletter

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

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

Ultimate Guide To Boosting Algorithms

Analytics Vidhya

This is the 4th article of the series of data science interview questions. This article will cover all you need to know about boosting algorithms. We have various Machine Learning algorithms to build predictive models. We choose the boosting algorithms based […]. Introduction Hi everyone!

Algorithm 267
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

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 340
article thumbnail

Decision Tree Machine Learning Algorithm Using Python

Analytics Vidhya

This article was published as a part of the Data Science Blogathon. Introduction In this article, we are going to learn about Decision Tree Machine Learning algorithm. We will build a Machine learning model using a decision tree algorithm and we use a news dataset for this.