You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository classifies Goodreads Fantasy book reviews into subgenres using advanced topic modeling techniques like NMF, LDA, and BERTopic. A dataset of 2M English-language reviews is analyzed, with topics compared to predefined subgenres using cosine similarity. Heatmaps and summaries visualize the results.
Non-Negative Matrix Factorization (NMF) is a powerful technique used in audio processing for separating mixed audio sources into their constituent parts
Two Movie recommenders deployed on Flask app. The recommender are build on NMF and Cosine Similarity model, trained on MovieLens 100k, and automatically updated every 12 hour!
Implementation of the Non-negative Multiple Matrix Factorization (NMMF) algorithm proposed in Takeuchi et al, 2013 with some modifications. There is a python native version NMMFlexPy and a R wrapper NMMFlexR