Ali Zarezade

Results 8 comments of Ali Zarezade

Lots of people use RLT language, please add it.

بله جاوا نصب است. آیا نیاز به ورژن خاصی دارد یا آخرین ورژن کافی است؟

ممنون. باشه حتما.

I am also working on productionizing FM models, and looking forward to hear updates from this thread. I wonder if *lightfm* has a builtin approach to handle new users which...

> Hello, did you succeed with pushing LightFM to production? What service did you use? I've been trying to use AWS Lambda but haven't got too far due to layer...

@gunthercox @talentoscope, have you ever think about a clustering algorithm to reduce the number of comparisons? For example if we have 100,000 dialogue (sentence pair) in db, then for each...

@gunthercox For example if someone use a clustering method like [DBSCAN](https://scikit-learn.org/stable/modules/generated/sklearn.cluster.DBSCAN.html), which can do clustering using a precomputed distance (useful in our case, Leveneshtien distance): `DBSCAN(eps=eps, min_samples=min_samples, metric='precomputed').fit(X)` `min_samples` and...

@gunthercox I have the same issue with latest version 1.0.1a, all statements are save `in_response_to` my first training statement. Do we miss something here!?