Skip to content

Latest commit

 

History

27 提交

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

仓库 files navigation

CNNPtrNet

Extending Pointer 网络s (Vinyals 2015) by replacing the RNNs with causal dilated CNNs, taking the attention mechanism from Convolution Sequence to Sequence (Gehring 2017)

The purpose is to make the network more suitable for set inputs, currently only test problem is sorting floats in [0,1).

Stack the encoder with dilated CNNs with residual. For the encoder, concatenate the outputs of each convolution layer; this would include the translational invariant information at the topmost layer and also some positional information so the decoder can knows where to point.

Some Results

Tests: train on sets of 5 and evaluate on sets of 15

  • CNN-LSTM performs the best for sorting
  • LSTM-LSTM (with 300k parameters) and CNN-LSTM (with 200k parameters) performs roughly the same for TSP

关于

CNN Extension to Pointer 网络

Topics

Resources

Stars

2 stars

关注者

1 watching

复刻s

发布

贡献者

Languages