ngcsimlib

NGC-Sim-Lib: A Backend Compiler and State-Machine Engine for NGC-Learn

https://github.com/naclab/ngc-sim-lib

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.1%) to scientific vocabulary
Last synced: 9 months ago · JSON representation ·

Repository

NGC-Sim-Lib: A Backend Compiler and State-Machine Engine for NGC-Learn

Basic Info
  • Host: GitHub
  • Owner: NACLab
  • License: bsd-3-clause
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 313 KB
Statistics
  • Stars: 7
  • Watchers: 1
  • Forks: 2
  • Open Issues: 1
  • Releases: 3
Created over 2 years ago · Last pushed 10 months ago
Metadata Files
Readme License Code of conduct Citation Authors

README.md

Python VersionLicenseMaintenance DOI

NGC-Sim-Lib: Support Library for NGC-Learn

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.

Installation:

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/5 LTS. ngc-sim-lib requires: Python (>=3.10).

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:
1.0.1 <!-- -Beta --> <!-- -Alpha -->

Authors: William Gebhardt, Alexander G. Ororbia II
Neural Adaptive Computing (NAC) Laboratory
Rochester Institute of Technology, Department of Computer Science

Copyright:

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

Owner

  • Name: Neural Adaptive Computing Laboratory
  • Login: NACLab
  • Kind: organization

Citation (CITATION.cff)

cff-version: 1.2.0
message: "NGC-Sim-Lib: A Simulation Framework for Supporting NGC-Learn."
authors:
  - family-names: Gebhardt, Ororbia
    given-names: William, Alex
  - family-names: Ororbia
    given-names: Alexander
    orcid: https://orcid.org/0000-0002-2590-1310
title: "ngc-sim-lib"
version: 0.2.0
identifiers:
  - type: doi
    value: 10.5281/zenodo.10888211
date-released: 2023-12-1

GitHub Events

Total
  • Create event: 1
  • Release event: 1
  • Issues event: 2
  • Push event: 22
  • Pull request event: 11
Last Year
  • Create event: 1
  • Release event: 1
  • Issues event: 2
  • Push event: 22
  • Pull request event: 11

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 69 last-month
  • Total dependent packages: 1
  • Total dependent repositories: 0
  • Total versions: 11
  • Total maintainers: 1
pypi.org: ngcsimlib

Simulation software backend for ngc-learn.

  • Versions: 11
  • Dependent Packages: 1
  • Dependent Repositories: 0
  • Downloads: 69 Last month
Rankings
Dependent packages count: 9.6%
Average: 36.6%
Dependent repos count: 63.5%
Maintainers (1)
Last synced: 10 months ago

Dependencies

pyproject.toml pypi