jbrain
Software associated to AAAI paper "Planning with Biological Neurons and Synapses"
Science Score: 44.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
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.7%) to scientific vocabulary
Repository
Software associated to AAAI paper "Planning with Biological Neurons and Synapses"
Statistics
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
jBrain
Software associated with the AAAI 2022 paper
Francesco D'Amore, Daniel Mitropolsky, Pierluigi Crescenzi, Emanuele Natale, Christos H. Papadimitriou, Planning with Biological Neurons and Synapses.
In order to get a first overview of the software, you are encouraged to issue the terminal command
julia src/bwACprogram.jl
from the project folder, which will run a simple default experiment. The input and output configurations, and the main model parameters, can be chosen by providing suitable options, which can be displayed by adding the --help flag in the aforementioned command.
Some basic program simulations can be run by compiling the file src/experiments.jl and executing, for example, the following functions:
test_parse_and_read([[1,3,5,7],[2,4,6]],0.1,50,1000000,50,0.1)
or
test_optimized_planning([[1,3,5,7,9],[2,4,6,8]],[[2,4,6,8,1,3,5,7,9]],0.1,50,1000000,50,0.1).
Owner
- Name: Pierluigi Crescenzi
- Login: piluc
- Kind: user
- Repositories: 2
- Profile: https://github.com/piluc
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: d'Amore
given-names: Francesco
- family-names: Mitropolsky
given-names: Daniel
- family-names: Crescenzi
given-names: Pierluigi
- family-names: Natale
given-names: Emanuele
- family-names: Papadimitriou
given-names: Christos H.
title: "jBrain"
version: 0.1
date-released: 2021-12-14
url: "https://github.com/piluc/jBrain"
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0