satyamt13 / Project_Amazon_reviews_NLP_recommender_system
Mining , pre-processing and embedding over 1 million Amazon Movie & T.V. reviews to build a multi class Naive Bayes model and later a CNN-LSTM model (that uses the Naive Bayes model as a baseline) to predict rating from text. Interpreting the original classifier using local surrogate models using the LIME library. Using LDA topic modeling to bui…
☆12Updated 5 years ago
Alternatives and similar repositories for Project_Amazon_reviews_NLP_recommender_system:
Users that are interested in Project_Amazon_reviews_NLP_recommender_system are comparing it to the libraries listed below
- 卷积神经网络(CNN)提取影评特征构建电影推荐系统,pytorch实现☆128Updated 7 years ago
- 热门推荐、基于内容推荐、基于用户协同过滤推荐、基于物品 协同过滤推荐☆37Updated 6 years ago
- 推荐系统实践(基于近邻和LFM的推荐系统)☆100Updated 6 years ago
- A pyhton implentation of VBPR☆10Updated 4 years ago
- 基于知识图谱的出版物检索和推荐系统☆22Updated 6 years ago
- The codes of Neural News Recommendation with Attentive Multi-view Learning☆58Updated 4 years ago
- lda模型的python实现☆30Updated 9 years ago
- 用户画像练手,,,,☆83Updated 8 years ago
- 以聚类算法、LDA主题模型、分类器为基础,完成对Twitter语料的基于地理位置的主题事件挖掘,并对主题事件进行细粒度的情绪分析☆35Updated 6 years ago
- KKBox's Music Recommendation Challenge on Kaggle.☆32Updated 4 years ago
- NLP 以及相关的学习实践☆40Updated 2 years ago
- 基于深度学习的文本分类聚类工具☆14Updated 7 years ago
- 短视频内容理解与推荐竞赛☆83Updated 4 years ago
- 基于Keras使用LSTM对电商评论进行情感分析☆47Updated 7 years ago
- CNN文本分类tensorflow实现☆22Updated 6 years ago
- 本爬虫程序旨在从中国大学MOOC爬取相关课程的评论信息☆32Updated 5 years ago
- 利用MovieLens数据,Pearson相似度,分别基于User和Item构建一个简单的kNN推荐系统,并给出RMSE评测☆68Updated 6 years ago
- ☆130Updated 7 years ago
- 简单的实现推荐系统的召回模型和排序模型,其中召回模型使用协同过滤算法,排序模型使用gbdt+lr算法☆59Updated 6 years ago
- KDD2019☆30Updated 4 years ago
- 自己学习推荐系统过程中用到的代码☆50Updated 5 years ago
- ☆49Updated 6 years ago
- 汽车之家口碑网某车型的评论数据情感分析☆30Updated 5 years ago
- Attentive Group Recommendation☆133Updated 4 years ago
- 我们对一个知乎社交网络进行了基础属性、度分布、节点影响力、社区检测等分析操作,得到了一些有趣的结论(补充),发现了知乎社交网络的哪些特性(具体写出来)。之后,我们又做了一个知乎兴趣内容推荐系统,对用户的兴趣偏好进行分析,为用户推荐话题、问题、答主等相关内容, 取得了不错的效果…☆27Updated 5 years ago
- 推荐系统实践书及笔记☆30Updated 7 years ago
- 评论上的情感分析:主题与情感词抽取☆81Updated 4 years ago
- collaborative filtering methods for recommender systems☆62Updated 3 years ago
- 某电商手机评论的文本挖掘初体验 功能板块:数据预处理、LDA模型获取特征词、情感极性判断与程度计算、回归模型预测销量排序☆116Updated 5 years ago
- 该工程是利用python3.6进行“特征提取+分类器”来实现美团评论的文本二分类问题。在特征提取部分提取了6种特征,分类器选择了python里面的包xgboost和lightGBM分别实现提升树和GBDT(梯度提升决策树)。☆90Updated 5 years ago