2024 Compendium of selected references and compatible open source software links for neurosymbolic development and neuromorphic modeling on the Jetson AGX Orin
Essential References
-
Neuro-Symbolic Artificial Intelligence: The State of the Art, IOS Press, 2021.
-
Compendium of Neurosymbolic AI, IOS Press, 2023.
-
Cellular Neural Networks, Springer, 2003.
Foundational Installations for symbolic, neurosymbolic, neuromorphic computing, and MCU I/O extensions of AGX Orin base software
-
OpenJDK Java Base - sudo apt install default-jdk
-
Protege Desktop Ontology Editor - platform independent download site: https://protege.stanford.edu/software.php
-
CLIPS symbolic programing language - compilable 6.41 binaries/source (follow Linux build instructions): https://sourceforge.net/projects/clipsrules/files/CLIPS/6.4.1/
-
Arduino IDE 1.8.19 (ARM64) - https://downloads.arduino.cc/arduino-1.8.19-linuxaarch64.tar.xz
-
Jupyter - pip base system install: https://learn.adafruit.com/circuitpython-with-jupyter-notebooks/installing-on-mac-linux
-
CircuitPython - base Jupyter kernel library install from github: https://learn.adafruit.com/circuitpython-with-jupyter-notebooks/installing-on-mac-linux
Cellular Automata
- Golly - Game of Life automata app: sudo apt-get -y install golly
Finite-State Machines
- Python State Machine library pip install: https://pypi.org/project/python-statemachine/: sudo pip install python-statemachine
Scientific Programming Language - MatLab compatible
- GNU Octave - https://wiki.octave.org/Octave_for_Debian_systems: sudo apt install octave
Large-scale biological neuron network modeling including spiking neurons
- Nengo large scale brain modeling in Python - https://github.com/nengo/nengo: sudo pip install nengo