Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/elanmart/psmm


https://github.com/elanmart/psmm

Last synced: 2 months ago
JSON representation

Lists

README

        

# Description
This repo contains imlementation of the the `Pointer Sentinel Mixture Model`, as described in the
[paper](https://arxiv.org/abs/1609.07843) by Stephen Merity et al.

See my [blog post](https://elanmart.github.io/2018-02-10-psmm) for details.

See [model.py](https://github.com/elanmart/psmm/blob/master/psmm/model.py) for the core of this architecture.