7 ms·
I am curious to know How RecDB supports SVD computation online !
by Heikao1 13y ago
I am curious to know How RecDB supports SVD computation online !
- Naruto55 13y agoI don't think there is a way to train an SVD model online. I guess what they do is to materialized both the user feature and the item features matrix and query it on demand.