CompCogNeuro / sims

Simulations for the Computational Cognitive Neuroscience textbook
https://compcogneuro.org
BSD 3-Clause "New" or "Revised" License
135 stars 52 forks source link
cognitive-neuroscience emergent golang neural-network python simulations

Computational Cognitive Neuroscience Simulations

This repository contains the neural network simulation models for the CCN Textbook. For more information, see the simulations website.

Status

Developer notes

This is not relevant for regular users

The Makefile contains targets that build all the sims programs and copy the resulting executable into a consolidated directory ~/ccnsimpkg/ which can then be used to make the .zip / .tar files for distribution purposes. The targets are: mac, linux, windows.

To build all windows targets using Makefile's on Windows (i.e., make windows), you have to use cygwin with native make installed -- could not get recursive invocation of make to work in powershell. Also have to mv /usr/bin/gcc.exe /usr/bin/gcc-cyg.exe so it will use TDM-GCC-64 version -- otherwise it won't build.