emergent
Biologically based neural network simulations of the brain written in Go with a 3D GUI powered by Cogent Core.
University of California Davis
Pinned Repositories
auditory
Neural network auditory processing code in Go focused on filtering speech wav files via mel filters
axon
Axon is a spiking, biologically-based neural model driven by predictive error-driven learning, for systems-level models of the brain
cemer
Original C++ version of emergent: originally hosted under svn at https://grey.colorado.edu/svn/emergent
emergent
Biologically based neural network simulations of the brain written in Go with a 3D GUI powered by Cogent Core.
etable
Data table structure in Go, now developed at https://github.com/cogentcore/core/tree/main/tensor
etorch
emergent GUI and other support for pytorch networks: provides a NetView for torch networks
eve
3D physics engine in Go, now developed at https://github.com/cogentcore/core/tree/main/xyz/physics
gospeech
A port of gnuspeech to Go
leabra
Go implementation of Leabra algorithm for biologically-based models of cognition, based on emergent framework (with Python interface)
vision
Neural network visual processing packages in Go, including standard Gabor filtering
emergent's Repositories
emer/emergent
Biologically based neural network simulations of the brain written in Go with a 3D GUI powered by Cogent Core.
emer/etable
Data table structure in Go, now developed at https://github.com/cogentcore/core/tree/main/tensor
emer/leabra
Go implementation of Leabra algorithm for biologically-based models of cognition, based on emergent framework (with Python interface)
emer/etorch
emergent GUI and other support for pytorch networks: provides a NetView for torch networks
emer/axon
Axon is a spiking, biologically-based neural model driven by predictive error-driven learning, for systems-level models of the brain
emer/cemer
Original C++ version of emergent: originally hosted under svn at https://grey.colorado.edu/svn/emergent
emer/auditory
Neural network auditory processing code in Go focused on filtering speech wav files via mel filters
emer/eve
3D physics engine in Go, now developed at https://github.com/cogentcore/core/tree/main/xyz/physics
emer/vision
Neural network visual processing packages in Go, including standard Gabor filtering
emer/gosl
Go as a shader language, now developed at https://github.com/cogentcore/core/tree/main/gpu/gosl
emer/empi
MPI message passing interface for distributed memory computation, now developed at https://github.com/cogentcore/core/tree/main/tensor/tensormpi
emer/gospeech
A port of gnuspeech to Go
emer/emer.github.io
Emergent website
emer/emerpy
python wrappers of emergent sim packages
emer/envs
Environments for simulations; provides various examples that can be adapted
emer/grunt
git-based run tool: python scripts that automate running jobs on a cluster
emer/etail
A tail command for looking at data files in a terminal, now developed at https://github.com/cogentcore/core/tree/main/tensor/cmd/ttail
emer/iv
Interviews toolkit used in the original PDP++ neural network simulation software
emer/leabrapy
Python interface to leabra
emer/pdpp
PDP++ simulator circa 2005, written in C++ using the iv (InterViews) toolkit, precursor to cemer