Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
courses:rg:2014:mdsm [2014/11/25 21:23] nguyenti |
courses:rg:2014:mdsm [2014/11/29 13:52] (current) popel |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | 1. Recall from the paper presented by Tam 3 week ago. | + | You should focus on the first paper (you can skip section 2.3): [[http:// |
- | a. What is the difference between distributional semantic | + | The second paper [[http:// |
- | b. What is maximum size of word vector | + | |
- | 2. What is the vector representation of word " | ||
- | from co-occurrence matrix below: | ||
- | | planet | night | full | shadow | shine | + | Q1. |
- | Moon | + | Recall the paper about word representations presented by Tam on November |
- | Sun | | + | Read http:// |
- | Dog | | + | |
- | Mars | + | |
+ | (M_{w,d} is a matrix with w rows and d columns). | ||
+ | What does w, d and k mean? | ||
+ | What are the values of w, d and k used in the experiments in this paper? | ||
- | 3. a. What are Bag of Word (BOVW) and Bag of Visual Word (BOW)? Are they synonyms? | + | Q2. |
- | b. How do they apply BOVW to compute representation of a word (concept) | + | a) Compute the similarity between two words " |
- | from a large set of Images? | + | Use these raw counts |
+ | | planet | night | full | shadow | shine | ||
+ | Moon | ||
+ | Sun | | ||
+ | Dog | | ||
+ | Mars | ||
+ | | ||
+ | b) How do they deal with high dimension of vectors in those papers? | ||
+ | Can you suggest some (other) techniques of preprocessing vectors with high dimensions? | ||
+ | |||
+ | Q3. | ||
+ | a) What are Bag of Word (BOVW) and Bag of Visual Word (BOW)? | ||
+ | b) How do they apply BOVW to compute representation of a word (concept) from a large set of images? | ||
+ | |||
+ | Q4 (bonus). | ||
+ | When they construct text-based vectors of words from DM model | ||
+ | they mentioned Local Mutual Information score. (section 3.2, also section 2.1 in the 2nd paper) | ||
+ | So what is that score? Why did they use it? | ||
- | 5. Have you ever wish to see a beautiful Mermaids. | + | Q5 (bonus). |
- | Have you ever seen " | + | Have you ever wished |
- | Can you think a computational way to show that how they look like? | + | Have you ever seen " |
+ | " | ||
+ | |||
+ | Think about a computational way to show that how they look like? | ||