lfz / DSB2017

The solution of team 'grt123' in DSB2017
MIT License
1.23k stars 420 forks source link

The learning_rate of classifier #118

Open Alphia opened 4 years ago

Alphia commented 4 years ago

The training of classifier needs a default learning rate, which is 'None' in the code, what value should I use as default?

Thanks a lot!

Alphia commented 4 years ago

My-trained-detector works well with your pre-trained classifier. My-trained-detector works with my-trained-classifier, got log loss 23.

I set the learning rate of the classifier as 0.01. Am I on the wrong way? @lfz