
Nengo 3.0.0 released - Announcements - Nengo forum
Nov 19, 2019 · The Nengo team is psyched to announce the release of Nengo 3.0.0! What is Nengo? Nengo is a Python library for building and simulating large-scale neural models for AI and robotics. It …
Problems with inference - General Discussion - Nengo forum
Feb 16, 2020 · Then I changed it into Nengo Ensembles with RectifiedLinear neurons and it still works. But when I try to use spiking neurons the training looks successful and prints decreasing loss values, …
Optimizing a Spiking Neural Network Example - Nengo forum
Apr 20, 2021 · Hello, I’m trying to build and run a Jupyter Notebook for optimizing a spiking neural network using the Nengo DL example at: https://www.nengo.ai/nengo-dl/examples/spiking-mnist.html .
Modifying the number of neurons at runtime - Nengo forum
Oct 11, 2023 · I’d like to change the number of neurons in an Ensemble at runtime, depending on a specific condition. Is this possible in Nengo? If so, how can I do that? If not, do you know of any …
Modeling something like a C Elegans SPAUN - Nengo forum
Apr 10, 2022 · The OpenWorm Project has successfully modeled a functional C Elegans brain, if someone here has dig into that project, could something like that be roughly reimplemented using …
How to change the weights between each synapses? - Nengo forum
Aug 23, 2022 · In Nengo, we don’t have a stand-alone object for synapses. We have connections between neurons, which have an associated weight as well as a synaptic filter. The former is set with …
How to add and address variables in the right way ... - forum.nengo.ai
Oct 13, 2016 · I want to create a new neuron type and a new learning rule to Nengo. I am not so good at object oriented programming yet. When creating a new neuron type, how can I deal with the spikes …
Help with Basal Ganglia and Thalamus Model - Nengo forum
Aug 12, 2023 · I’m fairly new to using Nengo, and I want to create a simple action selector model that I can train to control the movement of an agent in a simulated environment. I seem to be having …
Evaluating spiking autoencoder - Deep Learning - Nengo forum
Aug 4, 2020 · To get started working with spiking autoencoders, I’ve been trying to follow the spiking mnist example as well as other examples for Nengo and NengoDL by making a simple autoencoder …