emergent is a comprehensive simulation environment for creating complex, sophisticated models of the brain and cognitive processes using neural network models. It includes a full GUI environment for constructing networks and the input/output patterns for the networks to process, and many different analysis tools for understanding what the networks are doing.
emergent is a comprehensive simulation environment for creating complex, sophisticated models of the brain and cognitive processes using neural network models. It includes a full GUI environment for constructing networks and the input/output patterns for the networks to process, and many different analysis tools for understanding what the networks are doing.
To install emergent, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install emergent
To see what files were installed by emergent, run:
port contents emergent
To later upgrade emergent, run:
sudo port selfupdate && sudo port upgrade emergent
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.