-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme
36 lines (28 loc) · 952 Bytes
/
readme
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
32
33
34
35
36
Vectorization options:
SIMPLER
- TF-IDF
- count vectorizer
ADVANCED
- doc2vec
- word2vec
- BERT embeddings
- GloVe
model options:
- semantec search
- BERT (?)
- knn w/ euclidian distance
- Cosine similarity, euclidian distance (?)
NEAL:
TFIDF, BERT
DAN:
GLOVE embeddings, word2vec, fasttext
TROY:
ELMO, ULMfit, doc2vec
We need to create a vector database to store the text data once it is vectorized. (unsure if this is some type of special file or something).
HYBRID APPRAOCH:
This is how we layer on the color, type, and other attributes. Things like color would be used as an initial screen to filter the cards, if there is a secondary attribute or something (like type? cost?)
then we could vectorize that if need be (or just change that to a number) and add it to the search. We would weight the relevent pieces to create an overall similarity score.
TEST CARDS:
Thorbran, Thane of Red Fell
Rocco, Street Chef
Sai, Master Thopterist