Damien Lancry

Results 24 comments of Damien Lancry

There is a Bernoulli prior distribution over the weights\ The weights are initialized randomly following Xavier or Glorot or another initialization technique which gives a Dirac distribution (point estimate) and...

why is your y_train.shape (84, 51)? is it a multi label problem? is it a multi task problem? or is it a multi class problem and you are using one...

I tried to reproduce your error. I assumed you were in a multi label problem and used `make_multilabel_classification` to build a synthetic classification dataset. here is the code I used:...

Hi are there guidelines to contribute somewhere now?