• Stars
    star
    108
  • Rank 319,411 (Top 7 %)
  • Language
    Python
  • Created over 6 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Tensorflow version implementation of focal loss for binary and multi classification

focal-loss

Tensorflow实现何凯明的Focal Loss, 该损失函数主要用于解决分类问题中的类别不平衡

focal_loss_sigmoid: 二分类loss

focal_loss_softmax: 多分类loss

Reference Paper : Focal Loss for Dense Object Detection