File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- # class -similarity
2
- The code to calculate similarity of different dataset base on dataset labels using cosine similarity and GloVe embedding.
1
+ # Class -similarity
2
+ This repo offers the code to calculate similarity of different dataset based on dataset labels using cosine similarity and GloVe embedding.
3
3
4
- * cosine_similarity.py* provides the function to calculate the cosine similarity between two GloVe vector.
4
+ * cosine_similarity.py* provides the function to calculate the cosine similarity between two GloVe vector.
5
5
6
- * embedding.py* converts labels of dataset to GloVe vectors.
6
+ * embedding.py* converts labels of dataset to GloVe vectors.
7
7
8
- * get_avelabel.py* gets labels from label json files.
8
+ * get_avelabel.py* gets labels from label json files.
9
9
10
- * label_similarity.py* is the main function to calculate the similarity given the label files.
10
+ * label_similarity.py* is the main function to calculate the similarity given the label files.
You can’t perform that action at this time.
0 commit comments