Giter VIP home page Giter VIP logo

neuro-vector-symbolic-architectures's Introduction

Neuro-vector-symbolic architectures

Michael Hersche, Mustafa Zeqiri, Luca Benini, Abu Sebastian, Abbas Rahimi

DOI

Nature Machine Intelligence'23

This library implements the NVSA functionalities of the paper "A Neuro-vector-symbolic Architecture for Solving Raven's Progressive Matrices". A complete example for solving RAVEN can be found [here]

Module Installation

This module can be installed using pip, and then simply used by import nvsa.

As a prerequisite you should have already installed torch and numpy.

From GitHub

To install module from GitHub use one of:

# Install using ssh
pip install [email protected]:IBM/neuro-vector-symbolic-architectures.git
# Install using https
pip install git+https://github.com:IBM/neuro-vector-symbolic-architectures.git

If you already have pytorch installed you might want to additionally use --no-dependencies flag:

# Install using ssh, without dependencies
pip install [email protected]:IBM/neuro-vector-symbolic-architectures.git --no-dependencies
# Install using ssh, without dependencies
pip install git+https://github.com:IBM/neuro-vector-symbolic-architectures.git --no-dependencies

From local repository

This version will automatically reflect any code changes that you make.

# Install from editable local version
pip install -e /path/to/local/neuro-vector-symbolic-architectures
# Also possible without dependencies
pip install -e /path/to/local/neuro-vector-symbolic-architectures --no-dependencies

Citation

If you use the work released here for your research, please cite the preprint of this paper:

@article{hersche2022neuro,
  title={A Neuro-vector-symbolic Architecture for Solving Raven's Progressive Matrices},
  author={Hersche, Michael and Zeqiri, Mustafa and Benini, Luca and Sebastian, Abu and Rahimi, Abbas},
  journal={Nat Mach Intell},
  year={2023}
}

License

Our code is licensed under Apache 2.0. Please refer to the LICENSE file for the licensing of our code.

neuro-vector-symbolic-architectures's People

Contributors

mhersche avatar ibm-open-source-bot avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.