Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/bharathgs/NALU
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathgs committed Aug 6, 2018
2 parents e0d8524 + 16a4c99 commit 70e4ab1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Expand Up @@ -4,3 +4,16 @@
![](resources/NALU.png)

Basic pytorch implementation of NAC/NALU from [Neural Arithmetic Logic Units](https://arxiv.org/pdf/1808.00508.pdf) by trask et.al

## Installation

```python
pip install NALU
```

## Usage

```python
from nalu.core import NaluCell, NacCell
from nalu.layers import NaluLayer
```

0 comments on commit 70e4ab1

Please sign in to comment.