https://github.com/mudafar/brain-cemisid-parallel
https://github.com/mudafar/brain-cemisid-parallel
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mudafar/brain-cemisid-parallel
- Owner: mudafar
- Created: 2017-02-19T21:21:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-09T18:02:47.000Z (about 8 years ago)
- Last Synced: 2025-01-20T23:48:19.798Z (5 months ago)
- Language: Python
- Size: 1.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## BrainCEMISID V2.1
The BrainCEMISID project is the University of Los Andes (Mérida-Venezuela) first cognitive architecture that tackles problems such as visual and auditive
information representation, sensorial ambiguities solving, basic visual stimula composition into more complex cultural
information, autonomous intentions-based decision making, among others.## New in this version:
TO-DO:
* Make all of the neuronal networks parallel## Installation
The BrainCEMISID kernel is written in Python 2.7. This means that all machines with a 2.7 Python interpreter can run the code.
###Kernel dependencies:
* Drill: download and follow installation instructions https://github.com/uqfoundation/dill* Python multiprocessing library.
### UI (User interface) demo dependencies:
* Kivy 1.9.1, available at https://kivy.org/#download. Follow the installation instructions.###Running:
```python main.py```Most of the modules, such as the MulticlassSingleLayerNetwork, contain independent tests that can be of help for the
comprehension of their functionality. Run, for instance:
```python multiclass_single_layer_network.py```## Contributors
* Jonathan Monsalve
* Julio Muchacho
* Ricardo Graterol
* Ricardo Bruzual
* Johan Sosa
* Breytner Fernández, ([email protected])
* Mudafar El Halabi