neurons topic

List neurons repositories

BrabeNetz

26
Stars
9
Forks
Watchers

🧠 A fast and clean supervised neural network in C++, capable of effectively using multiple cores

genann

1.9k
Stars
222
Forks
Watchers

simple neural network library in ANSI C

MicroMLP

173
Stars
26
Forks
Watchers

A micro neural network multilayer perceptron for MicroPython (used on ESP32 and Pycom modules)

neataptic

1.2k
Stars
278
Forks
Watchers

:rocket: Blazing fast neuro-evolution & backpropagation for the browser and Node.js

Brayns

287
Stars
46
Forks
Watchers

Visualizer for large-scale and interactive ray-tracing of neurons

nest-simulator

513
Stars
356
Forks
Watchers

The NEST simulator

bindsnet

1.4k
Stars
332
Forks
Watchers

Simulation of spiking neural networks (SNNs) using PyTorch.

What about coding a Spiking Neural Network using an automatic differentiation framework? In SNNs, there is a time axis and the neural network sees data throughout time, and activation functions are in...