zhangwudi0's Stars
binary-husky/gpt_academic
为GPT/GLM等LLM大语言模型提供实用化交互接口,特别优化论文阅读/润色/写作体验,模块化设计,支持自定义快捷按钮&函数插件,支持Python和C++等项目剖析&自译解功能,PDF/LaTex论文翻译&总结功能,支持并行问询多种LLM模型,支持chatglm3等本地模型。接入通义千问, deepseekcoder, 讯飞星火, 文心一言, llama2, rwkv, claude2, moss等。
tensorflow/tensor2tensor
Library of deep learning models and datasets designed to make deep learning more accessible and accelerate ML research.
LibraHp/GetQzonehistory
获取QQ空间发布的历史说说
tkipf/gcn
Implementation of Graph Convolutional Networks in TensorFlow
princewen/tensorflow_practice
tensorflow实战练习,包括强化学习、推荐系统、nlp等
Yelp/dataset-examples
Samples for users of the Yelp Academic Dataset
cyang-kth/fmm
Fast map matching, an open source framework in C++
suragnair/seqGAN
A simplified PyTorch implementation of "SeqGAN: Sequence Generative Adversarial Nets with Policy Gradient." (Yu, Lantao, et al.)
jayparks/transformer
A Pytorch Implementation of "Attention is All You Need" and "Weighted Transformer Network for Machine Translation"
chuxuzhang/KDD2019_HetGNN
code of HetGNN
guoyang9/NCF
A pytorch implementation of He et al. "Neural Collaborative Filtering" at WWW'17
librahu/HIN-Datasets-for-Recommendation-and-Network-Embedding
Heterogeneous Information Network Datasets for Recommendation and Network Embedding
hubojing/POI-Recommendation
Papers and resources about POI recommendation. | 兴趣点推荐相关论文、模型和资源。
yd-kwon/POMO
codes for the paper "POMO: Policy Optimization with Multiple Optima for Reinforcement Learning"
xbresson/TSP_Transformer
Code for TSP Transformer
librahu/HERec
Source code for TKDE 2018 "Heterogeneous information network embedding for recommendation"
hegongshan/Recommender-Systems-Paper
Must-read Papers for Recommender Systems (RS)
yongqyu/STRNN
Predicting the Next Location: A Recurrent Model with Spatial and Temporal Contexts
slientGe/Sequential_Recommendation_Tensorflow
Several sequential recommended models implemented by tenosrflow1.x
drhuangliwei/An-Attention-based-Spatiotemporal-LSTM-Network-for-Next-POI-Recommendation
A python vision code of An Attention-based Spatiotemporal LSTM Network for Next POI Recommendation
natnij/seqGAN_pytorch
seqGAN in pytorch
pyy0715/Neural-Collaborative-Filtering
pytorch version of NCF
MrLeeeee/SDNE-based-on-Pytorch
The SDNE (Structural Deep Network Embedding) based on Pytorch
idea-iitd/NeuroMLR
Robust & Reliable Route Recommendation on Road Networks
YuxiaWu/PLSPL
[TKDE 2020] Code and data for "Personalized long-and short-term preference learning for next POI recommendation."
libaoquan95/flickrAnalyse
分析Flickr数据集
guoyiguang/Recommend
bigscity/NASR
Youjiangbaba/Dijkstra_travel_path
sajalhalder/TLR-M
In this research, we present a problem of queuing time aware next POI recommendation and demonstrate how it is non-trivial to both recommend a next POI and simultaneously predict its queuing time. To solve this problem, we propose a multi-task, multi head attention transformer model called TLR-M. The model recommends next POIs to the target users and predicts queuing time to access the POIs simultaneously. By utilizing multi-head attention, the TLR-M model can integrate long range dependencies between any two POI visit efficiently and evaluate their contribution to select next POIs and to predict queuing time. To use this code in your research work please cite the following paper. Sajal Halder, Kwan Hui Lim, Jeffrey Chan, and Xiuzhen Zhang. Transformer-based multi-task learning for queuing time aware next poi recommendation. In Pacific-Asia Conference on Knowledge Discovery and Data Mining, pages 510–523. Springer, 2021, DOI: https://doi.org/10.1007/978-3-030-75765-6_41