online-ml / river

🌊 Online machine learning in Python
https://riverml.xyz
BSD 3-Clause "New" or "Revised" License
5.1k stars 552 forks source link

Word embeddings #1412

Open MaxHalford opened 1 year ago

MaxHalford commented 1 year ago

GloVe and Skip-gram models should be doable online.

codeboy5 commented 1 year ago

Hey I have a decent bit of experience with the mentioned word embeddings and would like to take this issue up.

Let me know if any concerns.

MaxHalford commented 1 year ago

Go for it! I encourage you to share something as soon as possible, so we can see if it'll fit within the River framework. For instance, it would be nice if the implementation didn't necessarily require NumPy/PyTorch.