https://github.com/keon/pointer-networks
Pointer Networks Implementation in Keras
https://github.com/keon/pointer-networks
deep-learning lstm neural-network pointer-networks
Last synced: 7 months ago
JSON representation
Pointer Networks Implementation in Keras
- Host: GitHub
- URL: https://github.com/keon/pointer-networks
- Owner: keon
- License: mit
- Created: 2017-03-02T11:19:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-05-13T16:29:50.000Z (almost 4 years ago)
- Last Synced: 2024-12-07T21:12:15.321Z (over 1 year ago)
- Topics: deep-learning, lstm, neural-network, pointer-networks
- Language: Python
- Homepage:
- Size: 715 KB
- Stars: 154
- Watchers: 8
- Forks: 65
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Code upgrade of [Pointer Networks](http://arxiv.org/pdf/1511.06391v4.pdf) to run on keras>=2.4.3 and tensorflow>=2.2.0
The original author code is at https://github.com/keon/pointer-networks.git.