Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 888 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 888 Bytes

Perfume-Recommendation-System

环境配置

python 3.8.5

其余可直接通过requirements.txt进行import

数据获取及处理

基础数据集:

https://www.kaggle.com/ajithumer/parisdata?select=rewiews808K.xlsx

https://www.kaggle.com/ajithumer/parisprodaccords

https://www.kaggle.com/ajithumer/parisdata?select=profilesniche_prepared.csv

参考文献

Gail Weiss, Yoav Goldberg, Eran Yahav《On the Practical Computational Power of Finite Precision RNNs for Language Recognition》(2018)

Microsoft Asia Natural Language Computing Group.《R-NET: MACHINE READING COMPREHENSION WITH SELF-MATCHING NETWORKS》(2017)

《Understanding LSTM Networks》http://colah.github.io/posts/2015-08-Understanding-LSTMs/

《LSTM原理及实现》bill_b https://blog.csdn.net/weixin_44162104/article/details/88660003

Keras中文文档 https://keras.io/zh/