-
## Context
While setting up my GitHub Actions workflow to use NEURON with MPI support on a Linux runner, I am encountering issues when trying to run parallel simulations. Specifically, the NEURON M…
-
This connection fails
```
inhib = nengo.Node([0]) #inhibit motor output
for ensemble in motor_ens.all_ensembles:
nengo.Connection(inhib, ensemble.neurons,
transform=[[-3]…
-
Hi. I've made a [Haxe port of this library](https://github.com/profound7/moon-ai). Haxe is something like TypeScript where variables can be typed, except that it can transpile to multiple other langua…
-
By default, only real-valued quantities are recordable. We should probably extend this to integers and booleans.
- [ ] Fix the documentation on this.
- [ ] Fix ``iaf_psc_exp_nonlineardendrite_neur…
-
> 我发现一个issue,mac,Neuron 版本: 0.116.2
> CKB 节点版本: v0.116.1
> CKB 轻节点版本: v0.3.7
> 在我这里发生过好几次了,我是每天存一点CKB,我昨天存完就一直放着没退出,然后今天我在存之前确认过同步区块正常同步,能看到区块数量在跟着链上的数据跑着的,这时我存入NervosDAO,进入了列表中,但我预计当同步到该交易上链了之后,列表…
-
* snntorch version:
* Python version:
* Operating System:
### Description
When I use snn.Synaptic, something unexpected happened. So I check the synaptic.py, i found the 219line "self.syn = me…
-
This issue occurs when building a layer with the maximum number of possible unqiue connections. For example, a layer with three neurons should have three possible connections: (0, 1), (1, 2) and (0, 2…
-
Does Synaptic support removal/disconnection of neurons after training?
If not, is there any way to implement dropout?
-
Hi guys. I have a beginner problem. I set a network like that:
![image](https://user-images.githubusercontent.com/42070317/43649512-a5930972-973d-11e8-8194-a0320a040f28.png)
And then i try to change…
-
Forward connections are selected and displayed in Path Builder using the Neuron Population Label (A to B via C), which can be very very long.
To improve: replace this label with NLP-ID for display…