rajat503 / zero-shot-classification

Zero shot classification using shared text and image embeddings in TensorFlow
23 stars 9 forks source link

novelty detection #2

Open jingjojo opened 6 years ago

jingjojo commented 6 years ago

Hello,

Could you please let me know where exactly is the "novelty detection" part of the paper "Zero-Shot Learning Through Cross-Modal Transfer" in your code.

rajat503 commented 6 years ago

Hi, I haven't implemented the novelty detection part. The hope is that we might be able to classify among all the classes (seen and unseen) just by using word vectors without marking a point as "novel". However, it would be great if you can submit a pull request if you end up implementing it.

jingjojo commented 6 years ago

Got it. Thanks.