Machine Learning ML Algorithms

What is Machine Learning? Definitions from Authority Textbooks

Machine Learning is an interdisciplinary field drawing from various information sciences such as computer science, statistics, mathematics, and engineering. According to Tom Mitchell, the author of Machine Learning, it is “the field of machine learning is concerned with the question of how to construct computer programs that automatically improve with experience.” This short definition is […]

Data Analysis Data Science Machine Learning Mathematics for ML Model Performance Analysis

Precision-Recall Curve for Classification model analysis

Accuracy is something which gives an intuition of model performance. i.e. ratio of number of correct predictions with respect to total sample present. But what in case of unbalanced data.Imagine a case where we need to make a model to predict click through rate over a display rate. The click trough rate used to be […]

Machine Learning Mathematics for ML Model Performance Analysis

The ROC – AUC curves for Classification based Model Performance Analysis

Accuracy is something which gives an intuition of model performance. i.e. ratio of number of correct predictions with respect to total sample present. But what in case of unbalanced data.Imagine a case where we need to make a model to predict click through rate over a display rate. The click trough rate used to be […]