IBM / neuroaikit

Neuro-inspired AI Toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neuro-inspired AI Toolkit

Navigate to the Neuro-inspired AI Toolkit website https://ibm.github.io/neuroaikit/ for comprehensive documentation.

This toolkit facilitates use of biologically-inspired AI in TensorFlow 2.x. It enables to build SNU-based networks. For more deatail, see the toolkit website or the following paper:

Note: Code for TensorFlow version 1.x is available as the Supplementary Material of paper.

Installation

git clone https://github.com/IBM/neuroaikit.git
pip install --editable neuroaikit

Note: Editable install enables you to modify the toolkit code and thus to contribute your ideas.

Note: Currently the installer does not install the requirements yet. Please see requirements.txt for some of the requirements.

To verify the installation:

import neuroaikit.tf as aitf
neuron = aitf.layers.SNU(1)

Please visit the toolkit website for more detail.

Removal

pip uninstall neuroaikit

About

Neuro-inspired AI Toolkit

License:Apache License 2.0


Languages

Language:Jupyter Notebook 98.8%Language:Python 1.1%Language:Batchfile 0.0%Language:Makefile 0.0%Language:CSS 0.0%