From 92697fa7b3f22376b35964ef409da9e4d9407c74 Mon Sep 17 00:00:00 2001 From: fossabot Date: Mon, 18 Jun 2018 22:29:26 -0700 Subject: [PATCH] Add license scan report and status Signed-off-by: fossabot --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7f45fd7..461e43a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Dynamic memory networks in Theano +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fcarsonkahn-volley%2FDynamic-memory-networks-in-Theano.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fcarsonkahn-volley%2FDynamic-memory-networks-in-Theano?ref=badge_shield) + The aim of this repository is to implement Dynamic memory networks as described in the [paper by Kumar et al.](http://arxiv.org/abs/1506.07285) and to experiment with its various extensions. @@ -78,3 +80,6 @@ docker run --name dmn_1 -it --rm -p 5000:5000 yerevann/dmn ## License [The MIT License (MIT)](./LICENSE) Copyright (c) 2016 YerevaNN + + +[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fcarsonkahn-volley%2FDynamic-memory-networks-in-Theano.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fcarsonkahn-volley%2FDynamic-memory-networks-in-Theano?ref=badge_large) \ No newline at end of file