Re: [Dclib-devel] [dclib-devel] loss_multiclass_log_per_pixel_weighted and 2d binary classification
Brought to you by:
davisking
From: Eloi Du B. <elo...@gm...> - 2018-03-04 18:36:53
|
Sorry, I meant not_a_label -> ignore_label. More generally, this class is more my background, and because it's in a large proportion compared to the defective pixels, I'm not sure I should label it as a class, or simply ignore it in the training. On Mar 4, 2018 12:30 PM, "Eloi Du Bois" <elo...@gm...> wrote: > Hi, > > I would like to make a classifier over a 2D matrix with 2 classes > defective / non defective. > > Do you recommend using 1 class (0) + not_a_label or 2 classes in {0, 1} ? > > Thanks, > |