Courses
Tutorials
Practice
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
Python
21.3K+ articles
GBlog
3.3K+ articles
Machine Learning
2.9K+ articles
AI-ML-DS With Python
1.9K+ articles
python
1.2K+ articles
Data Science
610+ articles
Deep Learning
594+ articles
Data Visualization
456+ articles
NLP
441+ articles
AI-ML-DS
/
Machine Learning
Machine Learning
2.9K+ posts
Recent Articles
Popular Articles
LightGBM for Quantile Regression
Last Updated: 06 June 2025
In most machine learning problems, we try to predict the average or expected value of a target variable. For example, if we want to predict the price of a house we usually...
read more
Machine Learning
AI-ML-DS
LightGBM Key Hyperparameters
Last Updated: 06 June 2025
LightGBM is a popular machine learning algorithm used for solving classification and regression problems. It is known for its speed and accuracy and it is especially good ...
read more
Machine Learning
AI-ML-DS
Reducible Error vs Irreducible Error in Machine Learning
Last Updated: 27 May 2025
There are two types of errors in machine learning model. They are reducible and irreducible error. We cannot reduce the irreducible error as it is caused by factors that a...
read more
Machine Learning
Machine Learning
AI-ML-DS With Python
What is Residual Standard Error
Last Updated: 30 May 2025
Residual Standard Error (RSE) is a measure of the quality of a linear regression model. It shows how much the observed values deviate from the predicted values. In simpler...
read more
Machine Learning
AI-ML-DS With Python
Data Science
What is Specificity
Last Updated: 02 June 2025
Specificity is important to check how well a model can correctly find negative cases. It is useful when making a wrong positive prediction (false positive) causes big prob...
read more
Machine Learning
AI-ML-DS
Bayes Classification
Last Updated: 03 June 2025
Bayes Classification is a Supervised machine learning approach for classification. It works on a probabilistic method which uses Bayes Theorem to be implemented. It predic...
read more
Machine Learning
Machine Learning
Data Science
What is Data Imputation
Last Updated: 30 May 2025
Data Imputation is the process of handling missing values or null values in a dataset for the purpose of enhancing efficiency and accuracy in the model training process. T...
read more
Machine Learning
python
AI-ML-DS With Python
Data Science
Rolling Regression
Last Updated: 31 May 2025
Rolling Regression is a type of Linear Regression model that is used for analyzing changing relationships among variables over time. It uses a statistical iterative appro...
read more
Machine Learning
AI-ML-DS With Python
Data Science
What is Adversarial Machine Learning?
Last Updated: 02 June 2025
Adversarial machine learning (AML) is refers to machine learning threats which aims to trick machine learning models by providing deceptive input. Such attacks force the m...
read more
Machine Learning
Data Science
Deep Learning
False Positive Rate
Last Updated: 31 May 2025
False Positive Rate (FPR) refers to the metric to calculate the percentage of incorrect positive predictions made by a machine learning algorithm. It is measured by compar...
read more
Machine Learning
AI-ML-DS With Python
Data Science
Hard or Soft Classification
Last Updated: 02 June 2025
In the field of machine learning, classification is a core task where models are trained to assign input data into predefined categories. Depending on the nature of the ta...
read more
Machine Learning
Data Science
Macro average vs Weighted average
Last Updated: 09 June 2025
Weighted Average and Macro Average are two methods commonly used to evaluate model performance in multi-class and imbalanced classification problems. In such scenarios whe...
read more
Machine Learning
AI-ML-DS
Conformal Inference
Last Updated: 09 June 2025
Conformal inference provides a statistically sound and practical solution to the growing need for trustworthy AI in critical applications. In high stakes decisions such as...
read more
Machine Learning
AI-ML-DS
Knowledge Distillation
Last Updated: 06 June 2025
Knowledge Distillation is a model compression technique in which a smaller, simpler model (student) is trained to imitate the behavior of a larger, complex model (teacher)...
read more
Machine Learning
AI-ML-DS With Python
Data Science
Unbiased Estimator
Last Updated: 09 June 2025
An unbiased estimator is a statistical estimator whose expected value is equal to the true value of the parameter being estimated. In simple words, it produces correct res...
read more
Machine Learning
AI-ML-DS
1
2
3
4
...
191
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !