GithubHelp home page GithubHelp logo

Comments (5)

mike2ox avatar mike2ox commented on August 17, 2024 2

@Domirae
1번 문항

  • 관련 자료를 참조하면
    "교차 엔트로피는 정보 이론 분야에서 어떤 양을 뜻하는데 이는 확률 분표간의 차이 혹은, 우리 케이스에서, 기준값에 대한 분표와 예상값 간의 차이를 측정하는 것입니다." 로 될 수 있겠네요
  • 추가로 Ground-Truth는 '기준이 되는' 이라는 의미를 띄므로 딥러닝에서 중요 요소 중 하나라고 보시면 되겠습니다.참조

2번 문항

  • gradient descent에 대한 최적화를 다루는 내용이니 quantity는 loss function(손실함수)의 출력 값으로 보이네요. 단어 표현으론 '손실 값(?)'정도로 하면 어떨까 싶네요.

from kekoxtutorial.

visionNoob avatar visionNoob commented on August 17, 2024 2

1.1 Crossentropy is a quantity that measures the "distance" between probability distributions.
(from the field of Information Theory를 떼어놓고 보면 )

해석 : 교차 엔트로피는 확률 분포들간의 "거리" 를 측정하는 양이다.
해설 : 교차 엔트로피는 어떤 "양(스칼라 값)" 나타냅니다. 이 값은 확률 분포들 간의 거리를 측정하기 위한 값입니다. 가령 두 분포가 있는데 두 분포를 가지고 측정한(measures) 교차 엔트로피(스칼라 값, 양)가 크다면, 두 분포의 거리가 멀다는 의미이고, 반대로 두 분포의 교차 엔트로피가 작다면, 두 분포의 거리가 가깝다는 의미입니다.

1.2 "from the field of Information Theory"

이는 단순하게 Crossentropy 라는 용어가 정보이론(Information Theory) 이라는 분야에 어원을 두고 있다는 뜻으로 사료됩니다.

1.3 Ground-Truth에 대한 해석
이 부분은 다른 분들의 의견도 듣고싶습니다.

우선 여기에서 의미하는 바는. Supervised Learning 문제에서 내가 예측한 결과(prediction)과 실제 정답값(ground-truth)이 최대한 가까울수록 좋습니다(Loss가 낮습니다). 여기에서는 손실함수(Loss function)를 교차 엔트로피로 정했는데, 보통 모델을 손실함수가 낮아지는 방향으로 학습합니다. 즉 교차 엔트로피가 낮은 방향으로 학습하는 것인데. 앞서 교차 엔트로피는 확률 분포들간의 거리를 나타내는 지표이고, 확률 분포들간의 거리가 가까울수록 교차 엔트로피 값이 작았습니다. 즉 정답값들의 분포(ground-truth distribution) 과 내가 예측한 값들의 분포(our predictions)이 가까울수록 교차 엔트로피가 작아질 것이고, 즉 손실이 작은 것이죠.
이 경우 Ground-Truth 를 어떻게 번역할지는 다른분들의 의견을 들어보고싶습니다.

from kekoxtutorial.

fuzzythecat avatar fuzzythecat commented on August 17, 2024

@insurgent92
저라면 ground-truth distribution은 정답 분포라고 번역할 것 같습니다.

from kekoxtutorial.

mike2ox avatar mike2ox commented on August 17, 2024

@insurgent92
저도 ground-truth는 정답으로만 표기하는게 맞을 거 같아요.

from kekoxtutorial.

Domirae avatar Domirae commented on August 17, 2024

의견 감사합니다!

from kekoxtutorial.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.