From 5860966afe30f14a83e3947e4e2187097bd20c7e Mon Sep 17 00:00:00 2001 From: Quoc Le Date: Wed, 23 Nov 2016 16:24:46 -0800 Subject: [PATCH] Get back the README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 117610dc0b8..d25b97392e2 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,4 @@ To propose a model for inclusion please submit a pull request. - [textsum](textsum) -- sequence-to-sequence with attention model for text summarization. - [transformer](transformer) -- spatial transformer network, which allows the spatial manipulation of data within the network - [im2txt](im2txt) -- image-to-text neural network for image captioning. +- [neural_programmer](neural programmer) -- neural network augmented with logic and mathematic operations.