classification
classification — my Raindrop.io articles
Learn about implementing Softmax from scratch and discover how to avoid the numerical stability trap in deep learning projects.
The key challenge lies in finding the right balance: How cautious should our model be when making classifications?
Why do we use the logistic and softmax functions? Thermal physics may have an answer.
An algorithmic approach to clean up your dataset and sharpen class assignments.
BERT Transformer & Food-Drug Negative Interactions
Manual Calculation From a Confusion Matrix and the Syntax of sklearn Library
Classifying cross-topic natural language texts based on their argumentative structure using deep learning
Traditionally, most of the multi-class classification problems (i.e. problems where you want to predict where a given sample falls into, from a set of possible results) focus on a small number of possible predictions.
Lately I’ve been thinking a lot about the connection between prediction models and the decisions that they influence. There is a lot of theory around this, but communicating how the various pieces all fit together with the folks who will use and be impacted by these decisions can be challenging. One of the important conceptual pieces […]