Skip to content

Commit

Permalink
Update backend.md [101-200]
Browse files Browse the repository at this point in the history
keras-team#78
Update[2] translation script line 101-200
  • Loading branch information
magh0 authored Nov 1, 2019
1 parent ac48e3a commit 64adb75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sources/backend.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ keras.backend.epsilon()
```


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

__Returns__

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

__Arguments__

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

__Example__

Expand Down

0 comments on commit 64adb75

Please sign in to comment.