online-ml / river

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

Word embeddings #1412

Open MaxHalford opened 8 months ago

MaxHalford commented 8 months ago

GloVe and Skip-gram models should be doable online.

codeboy5 commented 8 months 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 8 months 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.