ADNC/README.md

14 lines
728 B
Markdown
Raw Normal View History

2018-04-09 22:05:59 +08:00
# ADNC
2018-06-17 17:21:17 +08:00
2018-06-20 05:09:30 +08:00
[![Build Status](https://travis-ci.org/joergfranke/ADNC.svg?branch=master)](https://travis-ci.org/joergfranke/ADNC)
2018-06-21 05:55:28 +08:00
[![Python](https://img.shields.io/badge/python-3.6-yellow.svg)](https://www.python.org/downloads/release/python-365/)
[![TensorFLow](https://img.shields.io/badge/TensorFlow-1.8-yellow.svg)](https://www.tensorflow.org/)
2018-06-21 05:53:53 +08:00
2018-06-20 05:09:30 +08:00
2018-06-17 17:21:17 +08:00
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).
2018-06-19 03:10:44 +08:00
_This repository is based on a private repository and will be complete within June 2018._