-
Notifications
You must be signed in to change notification settings - Fork 259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
beginner_source/introyt/modelsyt_tutorial.py 번역 #922
Conversation
Co-authored-by: Gunbo Shim <[email protected]> Co-authored-by: ByeongHo Choi <[email protected]> Co-authored-by: sunjom <[email protected]>
Co-authored-by: Gunbo Shim <[email protected]> Co-authored-by: ByeongHo Choi <[email protected]>
ae5a0ef
to
b648478
Compare
…utorials-kr into translate-modelsyt
…utorials-kr into translate-modelsyt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
긴 문서를 전반적으로 잘 번역이 해주셨습니다.
몇가지 확인 사항을 남기니 보시고 필요한 부분 수정 부탁드립니다.
# tensors has a number of beneficial effects, such as letting you use | ||
# higher learning rates without exploding/vanishing gradients. | ||
# **정규화 레이어**는 한 레이어의 출력을 다른 레이어에 전달하기 전에 다시 중심화하고 | ||
# 정규화합니다. 중간 텐서를 중심화하고 스케일링하는 것은 기울기 폭발/소실 없이 더 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
용어집을 보시면 tensor는 일반적으로 번역하지 않습니다
# 드롭아웃 레이어는 학습 중에 입력 텐서의 일부를 무작위로 설정하여 작동합니다 | ||
# - 드롭아웃 레이어는 항상 추론 시에는 꺼져 있습니다. | ||
# 이는 모델이 이 마스킹되거나 축소된 데이터셋을 학습하도록 강제합니다. | ||
# 예를 들어: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
한국어 문장의 끝이므로 :는 없어도 될거 같습니다
# | ||
# Loss Functions | ||
# ~~~~~~~~~~~~~~ | ||
# 활성화 함수는 딥러닝을 가능하게 만듭니다. 신경망은 사실 많은 파라미터를 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
용어집에서 parameter는 매개변수로 번역하고 있습니다.
# 손실 함수는 모델의 예측이 정답과 얼마나 차이가 나는지를 알려줍니다. | ||
# PyTorch에는 일반적인 MSE (평균 제곱 오차 = L2 노름), 교차 엔트로피 | ||
# 손실, 그리고 분류기에 유용한 음의 가능도 손실 등 다양한 손실 함수가 포함되어 있습니다. | ||
# |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
불필요한 문장의 끝 줄은 제거 부탁드립니다. 빨간색 원으로 된 - 표시
최종 코멘트 후 2주가 지났습니다. 일정 기간 답변이 없는 경우 자동으로 닫고 있습니다. |
라이선스 동의
변경해주시는 내용에 BSD 3항 라이선스가 적용됨을 동의해주셔야 합니다.
더 자세한 내용은 기여하기 문서를 참고해주세요.
동의하시면 아래
[ ]
를[x]
로 만들어주세요.관련 이슈 번호
이 Pull Request와 관련있는 이슈 번호를 적어주세요.
이슈 또는 PR 번호 앞에 #을 붙이시면 제목을 바로 확인하실 수 있습니다. (예. #999 )
PR 종류
이 PR에 해당되는 종류 앞의
[ ]
을[x]
로 변경해주세요.PR 설명
이 PR로 무엇이 달라지는지 대략적으로 알려주세요.
Building Models with PyTorch 번역