mdyx's Stars
DarLiner/Algorithm_Interview_Notes-Chinese
2018/2019/校招/春招/秋招/自然语言处理(NLP)/深度学习(Deep Learning)/机器学习(Machine Learning)/C/C++/Python/面试笔记,此外,还包括创建者看到的所有机器学习/深度学习面经中的问题。 除了其中 DL/ML 相关的,其他与算法岗相关的计算机知识也会记录。 但是不会包括如前端/测试/JAVA/Android等岗位中有关的问题。
huangtinglin/MixGCF
MixGCF: An Improved Training Method for Graph Neural Network-based Recommender Systems, KDD2021
paulorauber/thesne
t-SNE and dynamic t-SNE in theano
pmixer/SASRec.pytorch
PyTorch(1.6+) implementation of https://github.com/kang205/SASRec
thunlp/OpenKE
An Open-Source Package for Knowledge Embedding (KE)
xiangwang1223/knowledge_graph_attention_network
KGAT: Knowledge Graph Attention Network for Recommendation, KDD2019
RUCDM/KSR
Code for our SIGIR 2018 paper "Improving Sequential Recommendation with Knowledge-Enhanced Memory Networks". See the paper: https://dl.acm.org/citation.cfm?id=3209978.3210017
kang205/SASRec
SASRec: Self-Attentive Sequential Recommendation
hidasib/GRU4Rec
GRU4Rec is the original Theano implementation of the algorithm in "Session-based Recommendations with Recurrent Neural Networks" paper, published at ICLR 2016 and its follow-up "Recurrent Neural Networks with Top-k Gains for Session-based Recommendations". The code is optimized for execution on the GPU.
huangtinglin/Knowledge_Graph_based_Intent_Network
Learning Intents behind Interactions with Knowledge Graph for Recommendation, WWW2021
Vay-keen/Machine-learning-learning-notes
周志华《机器学习》又称西瓜书是一本较为全面的书籍,书中详细介绍了机器学习领域不同类型的算法(例如:监督学习、无监督学习、半监督学习、强化学习、集成降维、特征选择等),记录了本人在学习过程中的理解思路与扩展知识点,希望对新人阅读西瓜书有所帮助!