Code-to-Sequence (code2seq) Neural Network

From GM-RKB
Revision as of 18:37, 21 February 2021 by Omoreira (talk | contribs) (Created page with "A Code-to-Sequence (code2seq) Neural Network is an Encoder-Decoder Neural Network that can be trained to solve automatic code summarization tasks. * <B>AKA:</B> ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A Code-to-Sequence (code2seq) Neural Network is an Encoder-Decoder Neural Network that can be trained to solve automatic code summarization tasks.



References

2018

2018 Code2seqGeneratingSequencesfrom Fig3.png
Figure 3: Our model encodes each AST path with its values as a vector, and uses the average of all of the $k$ paths as the decoder's start state. The decoder generates an output sequence while attending over the $k$ encoded paths.