diff --git a/LICENSE b/LICENSE index 261eeb9..0688c90 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2018 Jörg Franke Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index 52608b8..a83d252 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # ADNC -Advanced Differentiable Neural Computer + +A Differentiable Neural Computer (DNC) implementation with advancements for a more robust and scalable usage. It +contains applications to the [20 bAbI QA tasks](https://research.fb.com/downloads/babi/) and the [CNN Reading +Comprehension Task](https://github.com/danqi/rc-cnn-dailymail). + +_This repository is based on a private repository and will be complete within june 2018._ \ No newline at end of file diff --git a/adnc/__init__.py b/adnc/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/data_handling/__init__.py b/data_handling/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/__init__.py b/test/__init__.py new file mode 100644 index 0000000..e69de29