pointer-networks
There are 38 repositories under pointer-networks topic.
atulkum/pointer_summarizer
pytorch implementation of "Get To The Point: Summarization with Pointer-Generator Networks"
devsisters/pointer-network-tensorflow
TensorFlow implementation of "Pointer Networks"
Rintarooo/TSP_DRL_PtrNet
"Neural Combinatorial Optimization with Reinforcement Learning"[Bello+, 2016], Traveling Salesman Problem solver
keon/pointer-networks
Pointer Networks Implementation in Keras
liu-nlper/dialogue-utterance-rewriter
ACL 2019论文复现:Improving Multi-turn Dialogue Modelling with Utterance ReWriter
taishan1994/PointerNet_Chinese_Information_Extraction
利用指针网络进行信息抽取,包含命名实体识别、关系抽取、事件抽取。
zygmuntz/pointer-networks-experiments
Sorting numbers with pointer networks
manycore-research/faceformer
[CVPR 2022] Neural Face Identification in a 2D Wireframe Projection of a Manifold Object
MrVPlusOne/LambdaNet
Probabilistic Type Inference using Graph Neural Networks
jingxil/Pointer-Networks
An implementation of "Pointer Networks" in Tensorflow
threelittlemonkeys/seq2seq-pytorch
Sequence to Sequence Models in PyTorch
ujjax/question-generation
Neural Models for Key Phrase Detection and Question Generation
manycore-research/cstr
[arXiv prepreint] Deep Learning Assisted Optimization for 3D Reconstruction from Single 2D Line Drawings
threelittlemonkeys/pointer-networks-pytorch
Pointer Networks in PyTorch
jacobjinkelly/deepsort
Learning to sort numbers using a LSTM with a modified attention mechanism (Pointer Networks by Vinyals et al.).
luopeixiang/sent_summarizer
A Seq2Seq with attention and copy mechanism for sentence summarization
oleges1/code-completion
pytorch version of code completion with neural attention and pointer networks
shengqiangzhang/transformer-pointer-generator-for-english-dataset
An Abstractive Summarization(for Datasets in English format) Implementation with Transformer and Pointer-generator
AndreMaz/transformer-pointer-critic
Implementation of Transformer Pointer-Critic Deep Reinforcement Learning Algorithm
asmitapoddar/question-answering-SQuAD2.0-dcn
Implementation of a Dynamic Coattention Network proposed by Xiong et al.(2017) for Question Answering, learning to find answers spans in a document, given a question, using the Stanford Question Answering Dataset (SQuAD2.0).
Howardhuang98/Pointer_network
Pointer networks 指针网络解决旅行商问题,基于tensorflow2。附带文章详解与代码注释。
keon/keras-autocomplete
Autocompleting the code using Basic LSTM
FeiSun/Pointer4Summ
Pointer network for extractive summarization
snucclab/MOO
Mathematical Operation Organizer(MOO)
YMMS/pointer-network-tensorflow
TensorFlow implementation of "Pointer Networks"
maximus009/StorySorter
Pointer Networks to Sort shuffled sequences (numbers, words, stories)
NTT123/pointer-networks
An unofficial implementation of pointer networks.
scylla/masters_thesis
papers and codes for text summarization research see readme for more details
srjit/pointer-seq2seq-gun-violence-event-analysis
Attention Mechanism in Sequence-to-Sequence learning and Pointer Neural Nets to extract the attributes of an gun violence events from news reports.
AndreMaz/dnn-attention
Sequence 2 Sequence with Attention Mechanisms in Tensorflow v2
fmstam/seq2seq_with_deep_attention
Sequence to sequence (seq2seq) using RNN with attention mechanism in pytorch
mickypaganini/1tagRNN
RNN to select the best jet in a sequence
msapurva/Sorting-arrays-using-Pointer_Networks_w_Fast_Weights
Pointer Networks Using Fast Weights: Novel Architecture
YMMS/pycodesuggest
Learning to Auto-Complete using RNN Language Models
hunni10/DelaunayDataset
https://arxiv.org/abs/2107.01759
YUECHE77/Pointer-Generator-Network-Pytorch
Get to the point - Pointer Generator Network