duggurd / graduation_project

0 stars 1 forks source link

Machine Learning - Embedding #5

Closed duggurd closed 1 year ago

duggurd commented 1 year ago

Embedding of text. Sentence-based or word-based embedding?

  1. Research ways to embed words (vectorization, Word2Vec as example).
  2. Create a seperate trainable embedding model so possible to get raw outputs, and use between models. Figure out best method to store weights outside GitHub, non locally.

https://github.com/duggurd/graduation_project/blob/main/src/models/text_embedding.ipynb

duggurd commented 1 year ago

TODO: