Metadata-Version: 1.2
Name: NALU
Version: 0.0.2
Summary: basic implementation of Neural arithmetic and logic units as described in arxiv.org/pdf/1808.00508.pdf
Home-page: https://github.com/bharathgs/NALU
Author: Bharath G.S
Author-email: royalkingpin@gmail.com
Maintainer: Bharath G.S
Maintainer-email: royalkingpin@gmail.com
License: MIT
Description: # Neural Arithmetic Logic Units (NALU)
        
        
        ![](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
        ```
        
Keywords: NALU,ALU,neural,neural-networks,pytorch,NAC,torch,machine-learning
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
