Skip to content
#

artificial-neural-networks

Here are 39 public repositories matching this topic...

Nerve

This is a basic implementation of a neural network for use in C and C++ programs. It is intended for use in applications that just happen to need a simple neural network and do not want to use needlessly complex neural network libraries.

  • Updated Dec 9, 2023
  • C

OpenCL-based neuronal network simulator. Incorporates synaptic plasticity based on event-based implementation of Graupner-Brunel algorithm. Neurons are encoded as leaky integrate-and-fire (LIF). Synapses are current based and are available as both direct delta-currents and a difference-of-exponentials.

  • Updated Mar 2, 2020
  • C

Improve this page

Add a description, image, and links to the artificial-neural-networks topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the artificial-neural-networks topic, visit your repo's landing page and select "manage topics."

Learn more