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

add one word and some translates #62

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions 071/TERMINOLOGY.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
| dimension | 차원 |
| diverge | |
| dropout | 드롭아웃 |
| eigenvalue | |
| eigenvalue | 고윳값 |
| empirical risk minimization | |
| encoder | |
| end-to-end | |
Expand Down Expand Up @@ -85,15 +85,16 @@
| layer | 층 |
| learning rate | 학습 속도 |
| least mean squares loss | 최소 평균 제곱 손실 |
| likelihood | 가능도 |
| linear model | |
| linear regression | |
| linear regression | 선형 회귀 |
| local minimum | |
| log likelihhod | 로그 가능도 |
| log likelihod | 로그 가능도 |
| loss function | 손실 함수 |
| machine learning | 머신 러닝 |
| marginalization | 주변화 |
| mean | |
| mean squared error | |
| mean | 평균 |
| mean squared error | 평균 제곱 오차 |
| metric | |
| mini-batch | |
| mini-batch gradient | |
Expand All @@ -105,7 +106,7 @@
| neural network | 뉴럴 네트워크 |
| neuron | 뉴런 |
| non-convex optimization | |
| normalization | |
| normalization | 정규화 |
| numerical method | |
| object detection | |
| objective function | 목적 함수 |
Expand Down Expand Up @@ -154,7 +155,7 @@
| upsample | |
| validation dataset | 검증 데이터셋 |
| vanishing gradient | 그래디언트 소실 |
| variance | |
| variance | 분산 |
| vector | 벡터 |
| weight | |
| word embedding | |
Expand Down