Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

How is a single feature obtained from "bag of features" for tag prediction #310

Open
sidhantls opened this issue Jul 1, 2023 · 0 comments

Comments

@sidhantls
Copy link

An entity is represented with a feature vector and a document is represented as a bag of features. How is the bag of features aggregated to obtain the single document feature for training/evaluation?

The loss function is calculated based on Sim(A, B) where A and B are vectors. Now, if A is a document and B is a single tag, how is the vector for A obtained? According to the paper, A is presented as a bag of features. Are the bag of features aggregated together with a mean operation to obtain A?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant