Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- Absolute
- AGI
- ai
- AI agents
- AI engineer
- AI researcher
- ajax
- algorithm
- Algorithms
- aliases
- Array 객체
- ASI
- bayes' theorem
- Bit
- Blur
- BOM
- bootstrap
- canva
- challenges
- ChatGPT
Archives
- Today
- In Total
A Joyful AI Research Journey🌳😊
Understanding the ∣{d∈D:t∈d}∣ Expression in IDF 본문
🌳AI Projects: NLP🍀✨/NMT Deep Dive
Understanding the ∣{d∈D:t∈d}∣ Expression in IDF
yjyuwisely 2023. 9. 18. 16:46In the expression ∣{d∈D:t∈d}∣
- {}: denotes a set.
- d∈D: means "document is in the set " (i.e., is one of the documents in the corpus ).
- t∈d means "term t is in document " (i.e., the term t appears in the document ).
- : can be read as "such that".
So, {d∈D:t∈d} describes the set of all documents in the corpus such that the term t appears in d.
In plain English, it represents the set of all documents where the term t appears. The outer ∣∣ then calculates the size of this set, which means it counts the number of documents that contain the term t.
728x90
반응형
'🌳AI Projects: NLP🍀✨ > NMT Deep Dive' 카테고리의 다른 글
Helsinki-NLP (OPUS-MT) versus mBART in Translation (0) | 2024.08.24 |
---|---|
Links to mBART (0) | 2024.08.24 |
Comments