Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bharathgs/nalu

Basic pytorch implementation of NAC/NALU from Neural Arithmetic Logic Units paper by trask et.al
https://github.com/bharathgs/nalu

accumulator alu arithmetic deep-learning deepmind logic machine-learning nalu neural-network pytorch

Last synced: 14 days ago
JSON representation

Basic pytorch implementation of NAC/NALU from Neural Arithmetic Logic Units paper by trask et.al

Awesome Lists containing this project

README

        

# Neural Arithmetic Logic Units (NALU)

[![Downloads](https://pepy.tech/badge/nalu)](https://pepy.tech/project/nalu)



![GitHub](https://img.shields.io/github/license/mashape/apistatus.svg)
![Hackage-Deps](https://img.shields.io/hackage-deps/v/lens.svg)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/Django.svg)

![](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
```