-
Notifications
You must be signed in to change notification settings - Fork 2
/
README.txt
28 lines (16 loc) · 1.97 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# emergent
This is the C++ version of emergent. Main documentation is here: https://grey.colorado.edu/emergent
We are no longer developing this software. We are now developing a new framework based on the `Go` language, with a `Python` interface: https://github.com/emer/emergent
*emergent* is a comprehensive neural network simulator that enables the creation and analysis of complex, sophisticated models of the brain in the world; features:
* Full browser and 3D GUI for constructing, visualizing, & interacting.
+ Accessible to non-programmers
+ But also highly productive for experts, used daily in scientific research.
* Powerful C++ scripting language, `css` (not ''that'' css), GUI `Program`ming environment (IDE) -- `TypeAccess` access to C++.
* Rich, dynamic, embodied environments for training networks:
+ `DataTable` for network inputs and `DataProc`, `DataAnal`, `DataGen` (filtering, grouping, sorting, dimensionality reduction, graphing, etc).
+ Newtonian physics simulator for Virtual Environment, e.g., a biophysically realistic human arm, and realistic embodied, dynamic vision.
+ Sensory filtering for vision, audition, and vocal-tract speech.
* Many classic neural network algorithms and variants: Backpropagation (e.g., deep convolutional neural networks), Constraint Satisfaction, Self Organizing, and the Leabra algorithm which incorporates many of the most important features from each of these algorithms, in a biologically consistent manner. Also, symbolic / subsymbolic ACT-R.
+ Highly optimized vector-based back-end code with thread-specific memory allocation, and GPU (CUDA); Convenient compute cluster for GUI-based job control and data management.
* In use for decades, for hundreds of scientific publications from a variety of different labs. Detailed models of the hippocampus, prefrontal cortex, basal ganglia, visual cortex, cerebellum, etc.
+ Direct descendant of earlier simulators: PDP (1986) and PDP++ (1995).