HSV

Home

❯

Garden

❯

Deep Learning

❯

BCELoss(Binary Cross Entroby Loss)

BCELoss(Binary Cross Entroby Loss)

Mar 02, 20261 min read

Related to: Deep Learning

BCELoss(Binary Cross Entroby Loss)

  • 결과 값이 두개뿐인 시나리오에서 사용됨

L=l1​(f(x1​),y1​)+l2​(f(x2​),y2​)

  • p : 예측 확률
  • y : 지표(BCE의 경우 0 또는 1)
  • t : n개의 class중 임의의 class의 index

참조

https://pytorch.org/docs/stable/generated/torch.nn.BCELoss.html

Week 2


Graph View

  • BCELoss(Binary Cross Entroby Loss)
  • 참조

Created with Quartz v4.5.1 © 2026

  • LinkedIn
  • GitHub