ngc-sim-lib is the support library backend and central dependency for ngc-learn, a library designed for computational neuroscience and cognitive neuroscience research. While ngc-learn contains the JAX-implemented routines and any supporting C code, ngc-sim-lib is a pure Python package, primarily meant for providing the machinery, routines, and utilities that facilitate the general (abstract) simulation of complex adaptive systems made up of dynamical components. For information, including anything related to usage instructions and details, please refer to the ngc-learn README: https://github.com/NACLab/ngc-learn/.
This package is distributed under the 3-Clause BSD license. It is currently maintained by the Neural Adaptive Computing (NAC) laboratory.
Setup: Ensure that you have installed the following base dependencies in
your system. Note that this library was developed and tested on
Ubuntu 22.04.3 LTS. ngc-sim-lib requires: Python (>=3.8)
.
Once you have ensured that the appropriate Python is installed, you can then
have the ngcsimlib
package installed on your system using either
the official pip install:
$ pip install ngcsimlib
or, if you download this repo and use pip locally, you can run the following:
$ pip install .
Alternatively, if you are doing development, then do an editable install via:
$ pip install --editable . # OR pip install -e .
Version:
0.3.3-Beta
Authors:
William Gebhardt, Alexander G. Ororbia II
Neural Adaptive Computing (NAC) Laboratory
Rochester Institute of Technology, Department of Computer Science
Copyright (C) 2023 The Neural Adaptive Computing Laboratory - All Rights Reserved
You may use, distribute and modify this code under the
terms of the BSD 3-clause license.
You should have received a copy of the BSD 3-clause license with
this software.
If not, please email us