Skip to content
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

Update backend.md [101-200] #222

Merged
merged 1 commit into from
Dec 22, 2019
Merged

Conversation

magh0
Copy link
Contributor

@magh0 magh0 commented Nov 1, 2019

#78
Update[2] translation script line 101-200

keras-team#78
Update[2] translation script line 101-200
@@ -154,7 +154,7 @@ keras.backend.epsilon()
```


수치 식에 사용되는 fuzz factor의 값을 반환합니다.
수치 식에 사용되는 fuzz factor(엡실론의<sag>float</sag>값)을 반환합니다.
Copy link
Contributor

@EthanJYK EthanJYK Nov 3, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fuzz factor는 '0으로 나누는 오류'를 방지하기 위해 더하는 작은 분모값입니다. 저 문장은 "백엔드 상에서 설정된 엡실론 값을 가져옵니다. 엡실론 값은 수치를 0으로 나누었을 때 발생하는 오류를 방지하기 위해 분모에 더하는 작은 부동소수점 값입니다. "정도로 풀어서 번역하시는 게 맞을 것 같습니다. 그리고 아래 Returns에서 A float는 "float 값"으로 번역하셔도 될 것 같고요.

@@ -181,7 +181,7 @@ keras.backend.set_epsilon(e)

__Arguments__

- __e__: float. New value of epsilon.
- __e__: <sag>float</sag>, 엡실론의 새로운 값.
Copy link
Contributor

@EthanJYK EthanJYK Nov 3, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

로 지정된 부분은 숫자 1 왼쪽에 있는 ' 처럼 생긴 기호로 바꾸어야 정상적으로 하이라이팅 되는 것 같습니다. 또한 현재 컨벤션은 쉼표 대신 마침표를 사용하여 float. 로 쓰게 되어있으며, 문장을 하나로 이어서 "엡실론으로 지정할 새로운 부동소수점값."으로 쓰는 것도 하나의 방법입니다.

@EthanJYK
Copy link
Contributor

EthanJYK commented Nov 3, 2019

문서 내 다른 부분에서 코멘트한 것과 같은 표현이 나올 경우 동일한 양식으로 바꿔주세요.

@fuzzythecat
Copy link
Collaborator

감사합니다!

@fuzzythecat fuzzythecat merged commit 01ec970 into keras-team:master Dec 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants