Add README.md
Code for our paper titled “Non-stationary Time-aware Kernelized Attention for Temporal Event Prediction” (KDD2022)
encoder_model = EncoderWithGSMK() enc_outputs = encoder_model(enc_event_inputs, time_inputs=(enc_time_inputs, enc_time_inputs)) decoder_model = DecoderWithGSMK() dec_outputs = decoder_model(dec_event_inputs, dec_time_inputs=(dec_time_inputs, dec_time_inputs), cross_time_inputs=(dec_time_inputs, enc_time_inputs), enc_output=enc_outputs)
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
Non-stationary Time-aware Kernelized Attention for Temporal Event Prediction
Code for our paper titled “Non-stationary Time-aware Kernelized Attention for Temporal Event Prediction” (KDD2022)
How to use
Setup