diff --git a/README.md b/README.md index e071952..6b4184e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Differential Neural Computer in PyTorch +# Differentiable Neural Computer in PyTorch This is PyTorch port of DeepMind's [Differentiable Neural Computer (DNC)](https://github.com/deepmind/dnc). @@ -8,4 +8,4 @@ This code requires only PyTorch >= 1.10. The code structure and interfaces are kept almost same. -You can run repeat-copy task with `python train.py`. \ No newline at end of file +You can run repeat-copy task with `python train.py`.