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 filter, padding, stride, pooling #1155

Merged
merged 5 commits into from Apr 12, 2020
Merged

Add filter, padding, stride, pooling #1155

merged 5 commits into from Apr 12, 2020

Conversation

minhduc0711
Copy link
Contributor

Tìm tài liệu tiếng Việt cho mấy từ này khó quá nên mình tự đề xuất trước mấy từ này, mọi người cho ý kiến nhé.

p/s: mấy từ filter, kernel, window có thể dịch hết về một từ cho đỡ gây khó hiểu

@thanhcsf thanhcsf added this to Review in progress in v0.14.x via automation Apr 9, 2020
glossary.md Outdated Show resolved Hide resolved
@@ -124,6 +124,7 @@ Nếu bạn cho rằng một từ không nên dịch ra tiếng Việt, bạn c
| false negative | âm tính giả | |
| false positive | dương tính giả | |
| feature | đặc trưng | |
| filter (CNN) | bộ lọc | |
Copy link
Contributor

Choose a reason for hiding this comment

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

Mình nghĩ nên làm thêm một slot cho kernel nữa, tránh quên

Copy link
Member

Choose a reason for hiding this comment

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

vậy mình cũng dịch kernel là bộ lọc luôn hả @rootonchair hay dịch hai nghĩa?
Theo mình hiểu kernel nguồn gốc từ phép tính Convolution lâu đời trong signal processing, còn filter là cách hiểu chức năng của kernel trong ngữ cảnh CNN, không biết đúng không?

Copy link
Contributor

Choose a reason for hiding this comment

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

Đúng rồi @lkhphuc , vì CNN (và Computer Vision) có nhiều cách nói filter nên @minhduc0711 đề xuất gộp chung luôn. Còn trong ngữ cảnh Computer Vision thì kernel được gọi là nhân mới đúng

@@ -124,6 +124,7 @@ Nếu bạn cho rằng một từ không nên dịch ra tiếng Việt, bạn c
| false negative | âm tính giả | |
| false positive | dương tính giả | |
| feature | đặc trưng | |
| filter (CNN) | bộ lọc | |
Copy link
Member

Choose a reason for hiding this comment

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

vậy mình cũng dịch kernel là bộ lọc luôn hả @rootonchair hay dịch hai nghĩa?
Theo mình hiểu kernel nguồn gốc từ phép tính Convolution lâu đời trong signal processing, còn filter là cách hiểu chức năng của kernel trong ngữ cảnh CNN, không biết đúng không?

glossary.md Outdated Show resolved Hide resolved
glossary.md Outdated Show resolved Hide resolved
minhduc0711 and others added 3 commits April 10, 2020 07:55
Co-Authored-By: Phúc Lê <phuc.lkh@gmail.com>
Co-Authored-By: Pham Hong Vinh <phamvinh257@gmail.com>
Co-Authored-By: Phúc Lê <phuc.lkh@gmail.com>
glossary.md Outdated Show resolved Hide resolved
Co-Authored-By: Pham Hong Vinh <phamvinh257@gmail.com>
v0.14.x automation moved this from Review in progress to Reviewer approved Apr 12, 2020
@thanhcsf thanhcsf merged commit 14ce33f into master Apr 12, 2020
v0.14.x automation moved this from Reviewer approved to Done Apr 12, 2020
@thanhcsf thanhcsf deleted the glossary-conv branch April 12, 2020 15:20
@DacDinh147
Copy link
Contributor

DacDinh147 commented May 5, 2020

em có ý kiến là mình nên dịch filterbộ lọc hay khối lọc, còn kernel thì nên dịch là lớp lọc.
Bởi vì là kernel chỉ là mảng 2 chiều chứa các trọng số, còn filter nó là dạng cấu trúc 3 chiều do nhiều mảng 2 chiều là kernel chồng lên nhau. Tức là kernel dùng để mô tả cấu trúc của của filter. Mỗi kernel nó là riêng biệt duy nhất bởi vì mỗi trọng số trong nó dùng để mô tả các khía cạnh khác biệt của kênh đầu vào.

@minhduc0711
Copy link
Contributor Author

@DacDinh147 mình chuyển comment của bạn qua #1363 luôn nhé

thanhcsf pushed a commit that referenced this pull request Sep 13, 2020
* add CNN-related words

* update

* Apply suggestions from code review

Co-Authored-By: Phúc Lê <phuc.lkh@gmail.com>
Co-Authored-By: Pham Hong Vinh <phamvinh257@gmail.com>

* Update glossary.md

Co-Authored-By: Phúc Lê <phuc.lkh@gmail.com>

* Update glossary.md

Co-Authored-By: Pham Hong Vinh <phamvinh257@gmail.com>

Co-authored-by: Phúc Lê <phuc.lkh@gmail.com>
Co-authored-by: Pham Hong Vinh <phamvinh257@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
v0.14.x
  
Done (Max)
Development

Successfully merging this pull request may close these issues.

None yet

5 participants