Coding Brewery

  • Blog
  • Software development
    • Clean Code
    • C++
    • Python
    • Java
    • Devops
      • Docker
      • Linux
  • Machine learning
    • Maths
      • Median absolute deviation (MAD) of Errors
      • R-Squared/Coefficient of determination
      • Distribution of error functions
      • Logarithmic loss (or cross-entropy)
      • Receiver operating characteristic (ROC ) curve
      • Confusion Matrix
      • Maths 101: Part 8: Hypothesis testing
      • Distribution of error functions
      • Maths 101 : Part 7: Estimating Confidence Intervals
    • Data Science Libraries
    • Dimensionality Reduction
  • Career Advice
  • Home
    • Contact Us
    • About

Measuring Performance of ML models

Machine learning

Median absolute deviation (MAD) of Errors

Median Absolute deviation is one of the other techniques specifically used for analyzing the performance of regression models. Computing MAD of errors For a univariate data set X1, X2, …, Xn, the MAD is defined as the median of the absolute deviations from the data’s median, X_median = median(X) Median Read more…

Like this:

Like Loading...
By admin, 6 yearsNovember 10, 2019 ago
Machine learning

R-Squared/Coefficient of determination

R-squared is a statistical measure of how close the data are to the fitted regression line. It is also known as the coefficient of determination, or the coefficient of multiple determination for multiple regression. This metric is specifically designed for regression-based algorithms where the output is a real value. Computing Read more…

Like this:

Like Loading...
By admin, 6 yearsOctober 20, 2019 ago
Machine learning

Distribution of error functions

We can plot error distributions like probability density functionand cumulative density function and make important deductionsbased on it. We can use plot Probability Density functions(PDF) and Cumulative density function (CDF) by using the error function as a random variable Using PDF of error distribution An ideal pdf for error distributions Read more…

Like this:

Like Loading...
By admin, 6 yearsSeptember 22, 2019 ago
Machine learning

Logarithmic loss (or cross-entropy)

Logarithmic loss (or cross-entropy) measures the performance of a classification model where the prediction input is a probability value between 0 and 1. The goal of our machine learning models is to minimize this value. It is also heavily used in Kaggle competitions to estimate the score of submissions. A Read more…

Like this:

Like Loading...
By admin, 6 yearsAugust 25, 2019 ago
Machine learning

Receiver operating characteristic (ROC ) curve

For binary classification problems, a good way to measure the performance of a model is by finding out AUC (Area Under The Curve) of ROC (Receiver Operating Characteristics). What is a ROC curve? It is a plot of True Positive Rate(TPR) vs FPR at various thresholding levels. Let’s understand this Read more…

Like this:

Like Loading...
By Deepanshu Lulla, 6 yearsAugust 11, 2019 ago
Machine learning

Confusion Matrix

Confusion Matrix Confusion Matrix is a group or matrix of metrics in supervised learning scenarios which determine how good a model is in predictions. Lets consider a binary classifier with results 1 or 0. A confusion matrix here will be a 2×2 matrix where along one axis you have actual Read more…

By Deepanshu Lulla, 6 yearsJuly 27, 2019 ago
  • About
  • Blog
  • Checkout
  • Contact Us
  • Home
  • Privacy Policy
Hestia | Developed by ThemeIsle
%d