Welcome to the Machine Learning Dev Blog

I write and share about all sorts of topics related to technology, science, and more.
...
Cohen's Kappa is a measure of agreement between two raters, in this case, the machine learning model's predictions and the ground truth labels. It is a useful metric when evaluating the performance of a model that is making binary classifications, such as predicting whether an email is spam or not.

The Wilcoxon Signed Rank test is a non-parametric statistical test used to compare two related samples. It is used when the data is not normally distributed, or when the assumption of normality is violated.

<br>When working with small datasets, comparing the accuracy of a model can be challenging because the sample size may not be large enough to obtain reliable estimates of model performance. However, there are a few methods that can be used to compare the accuracy of models with small datasets:

Non-parametric statistical tests are a class of statistical tests that are <b>used to analyze data when the underlying distribution is unknown or when the data does not meet the assumptions of parametric tests</b> (i.e., tests that assume a specific distribution, such as normal distribution). Non-parametric tests do not rely on assumptions about the underlying distribution of the data and are therefore more robust to violations of these assumptions.

There are many classification algorithms in machine learning, some of the most commonly used ones are:

Gradient Boosting is a machine learning algorithm that uses an<b> ensemble of decision trees</b> to make predictions. The algorithm works by iteratively adding decision trees to an ensemble, with each tree attempting to correct the errors of the previous trees.

Unsharp mask is an image sharpening technique used in image processing to enhance the details and edges of an image. It works by creating a new image that is a combination of the original image and a blurred version of the same image. This is achieved by subtracting the blurred image from the original image and adding the result back to the original image.

A <b>Gaussian filter</b> is a type of image filter that <b>uses a Gaussian function to blur an image</b> by reducing high-frequency content. The filter convolves the image with a Gaussian kernel, which is a mathematical function that describes the shape of the filter.

Image operations are manipulations and transformations applied to digital images. These operations can be performed using specialized software tools or programming libraries that support image processing. Some common image operations include: