devsisters/pointer-network-tensorflow
A TensorFlow implementation of Pointer Networks, a neural architecture that learns to point to positions in input sequences for variable-length output prediction.

This repository implements Pointer Networks in TensorFlow, a neural network architecture introduced by Vinyals et al. that uses attention mechanisms to point to specific positions in input sequences. The project demonstrates training on combinatorial optimization problems like the Traveling Salesman Problem (TSP), with support for variable input/output lengths and multithreaded data pipelines for efficient training.
Frequently asked
- What is devsisters/pointer-network-tensorflow?
- A TensorFlow implementation of Pointer Networks, a neural architecture that learns to point to positions in input sequences for variable-length output prediction.
- Is pointer-network-tensorflow open source?
- Yes — devsisters/pointer-network-tensorflow is open source, released under the MIT license.
- What language is pointer-network-tensorflow written in?
- devsisters/pointer-network-tensorflow is primarily written in Python.
- How popular is pointer-network-tensorflow?
- devsisters/pointer-network-tensorflow has 476 stars on GitHub.
- Where can I find pointer-network-tensorflow?
- devsisters/pointer-network-tensorflow is on GitHub at https://github.com/devsisters/pointer-network-tensorflow.