All Projects → bharathgs → Nalu

bharathgs / Nalu

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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Nalu

Plt
λΠ Programming Language Theory
Stars: ✭ 4,609 (+4090%)
Mutual labels:  logic
Zipperposition
An automatic theorem prover in OCaml for typed higher-order logic with equality and datatypes, based on superposition+rewriting; and Logtk, a supporting library for manipulating terms, formulas, clauses, etc.
Stars: ✭ 46 (-58.18%)
Mutual labels:  logic
Dmc2gym
OpenAI Gym wrapper for the DeepMind Control Suite
Stars: ✭ 75 (-31.82%)
Mutual labels:  deepmind
Reaver
Reaver: Modular Deep Reinforcement Learning Framework. Focused on StarCraft II. Supports Gym, Atari, and MuJoCo.
Stars: ✭ 499 (+353.64%)
Mutual labels:  deepmind
Mnist Ewc
Implementation of ews weight constraint mentioned in recent Deep Mind paper: http://www.pnas.org/content/early/2017/03/13/1611835114.full.pdf
Stars: ✭ 9 (-91.82%)
Mutual labels:  deepmind
Digital
A digital logic designer and circuit simulator.
Stars: ✭ 1,108 (+907.27%)
Mutual labels:  logic
Awesome Prolog
Curated list of Prolog packages and resources
Stars: ✭ 342 (+210.91%)
Mutual labels:  logic
Allie
Allie: A UCI compliant chess engine
Stars: ✭ 89 (-19.09%)
Mutual labels:  deepmind
Ml In Tf
Get started with Machine Learning in TensorFlow with a selection of good reads and implemented examples!
Stars: ✭ 45 (-59.09%)
Mutual labels:  deepmind
Lomrf
LoMRF is an open-source implementation of Markov Logic Networks
Stars: ✭ 73 (-33.64%)
Mutual labels:  logic
Flix
The Flix Programming Language
Stars: ✭ 719 (+553.64%)
Mutual labels:  logic
Modal logic
Final Year Masters Project: modal logic solver tableaux
Stars: ✭ 16 (-85.45%)
Mutual labels:  logic
Openllet
Openllet is an OWL 2 reasoner in Java, build on top of Pellet.
Stars: ✭ 66 (-40%)
Mutual labels:  logic
Conditional Pixelcnn Decoder
Tensorflow implementation of Gated Conditional Pixel Convolutional Neural Network
Stars: ✭ 479 (+335.45%)
Mutual labels:  deepmind
Sc2aibot
Implementing reinforcement-learning algorithms for pysc2 -environment
Stars: ✭ 83 (-24.55%)
Mutual labels:  deepmind
Boolr
A digital logic simulator
Stars: ✭ 445 (+304.55%)
Mutual labels:  logic
Mujocounity
Reproducing MuJoCo benchmarks in a modern, commercial game /physics engine (Unity + PhysX).
Stars: ✭ 47 (-57.27%)
Mutual labels:  deepmind
Pathnet
Tensorflow Implementation of PathNet: Evolution Channels Gradient Descent in Super Neural Networks
Stars: ✭ 96 (-12.73%)
Mutual labels:  deepmind
Nfnets pytorch
Pre-trained NFNets with 99% of the accuracy of the official paper "High-Performance Large-Scale Image Recognition Without Normalization".
Stars: ✭ 85 (-22.73%)
Mutual labels:  deepmind
Recurrent Environment Simulators
Deepmind Recurrent Environment Simulators paper implementation in tensorflow
Stars: ✭ 73 (-33.64%)
Mutual labels:  deepmind

Neural Arithmetic Logic Units (NALU)

Downloads GitHub Hackage-Deps PyPI - Python Version

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

Installation

pip install NALU

Usage

from nalu.core import NaluCell, NacCell
from nalu.layers import NaluLayer
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].