Skip to content

huang-xu/DSP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code for Talent Flow Modeling

This is a deep sequential model for talent flow modeling. The model is defined in sub folder './model':

  • dsp_model.py: the model constructed by the sub-modulars in the left three files.
  • ann_layer.py: NN, as one of the encoder.
  • encoder_bidirectional.py: biRNN, used in two encoders.
  • decoder.py: attention based RNN, as an decoder.

The training process is in model_training.py.

About

Deep Sequential Prediction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages