Skip to main content

Questions tagged [binary-classification]

1 vote
0 answers
14 views

When building a binary classification model using a neural network, you have two options for outputs: output a single number from 0 to 1 using sigmoid activation, or output a probability distribution ...
Mach5's user avatar
  • 31
5 votes
1 answer
87 views

Consider a population of fixed size where each member can in one of two classes. Although new elements will NEVER be added to the population over time, some of the existing elements may change value. ...
user187300's user avatar
1 vote
0 answers
21 views

I have a piece of software where N% of users convert to a paid plan after a 2 week free trial. I train the model (random forest) to use the first 2 days of usage data to predict whether the user ...
Foobar's user avatar
  • 135
6 votes
2 answers
115 views

I am working on a content-based recommendation system. I am planning to frame this as a binary classification problem (1 = click/0 = not click). And I was looking for paper/readings on feature ...
louise_vuitton's user avatar
6 votes
1 answer
292 views

I have two strings that represent two institutions. For instance, a1="University of Milan" a2="University Milan" or ...
robertspierre's user avatar
3 votes
2 answers
153 views

I'm training a classifier on the DAIGT dataset. The objective is to differentiate human from AI text and so this is a binary classification problem. As a baseline before I move onto an LLM classifier, ...
saladmobster's user avatar
8 votes
2 answers
162 views

beginner of ML here. Can anyone tell me if it is advisable to apply ML models, specifically binary classification and using Pycaret on a dataset with 69 columns and 226 rows? it has columns for ...
hypermiler3's user avatar
0 votes
0 answers
22 views

I am trying to reimplement a paper in PyTorch that was originally implemented in Lua. The model is a GAN, and I have a specific question with discriminator. The discriminator is trying to detect ...
Redwanul Haque Sourave's user avatar
0 votes
0 answers
53 views

I am working on a highly imbalanced fraud detection dataset (class 0:284315 instances, class 1: 492 instances) and trying to implement random undersampling correctly during cross-validation in Orange. ...
Mattma's user avatar
  • 11
0 votes
0 answers
34 views

I am using a small data set for an ML project and the data set consists of about 550 samples. I am doing binary classification. I was told to take laplacian of the data set and then do eigenvalue and ...
h_ihkam's user avatar
  • 33
3 votes
1 answer
573 views

I'm trying to implement a binary classification model using tensorflow keras and stumbled over problem that I cannot grasp. My model shall classify images of houses in the two classes of "old/...
Ada's user avatar
  • 33
1 vote
1 answer
141 views

I am a beginner self-learning machine learning and I'm currently dealing with a binary classification problem. I made a binary classifier with a basic neural network and I did some experiments with ...
Milky Road's user avatar
3 votes
2 answers
165 views

This is a very general question so lets take a very general example: imagine a CNN model that distinguishes between dogs and cats facial features images. we have two kinds of training data set: one ...
hamflow's user avatar
  • 133
0 votes
1 answer
79 views

I am comparing 5 third party classification models on a subset of results (specifically, false positives I am examining to find a common cause). The five models all output values between 0 and 1 but ...
Jess's user avatar
  • 101
0 votes
0 answers
66 views

I've run both SVM with Polynomial kernel with a degree of 3 and Logistic Regression with transformed features by PolynomialFeatures with the same degree of 3 on the default scikit-learn's Moons ...
JoshJohnson's user avatar

15 30 50 per page
1
2 3 4 5
10