update README and add folder structure

This commit is contained in:
Joerg Franke 2018-06-17 11:21:17 +02:00
parent fdfaaacb92
commit d8f5cde46c
5 changed files with 7 additions and 2 deletions

View File

@ -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.

View File

@ -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._

0
adnc/__init__.py Normal file
View File

View File

0
test/__init__.py Normal file
View File