-
Apparently there is an issue with whitening and cov computation if multiple SSSed runs are considered in which the numbe of components dffer. Let's say over 10 runs we have a component range of 67-71 …
-
Dear team!
First, let me thank you for the great CCA tutorial! Really helpful :)
Second, after using CCA with my data, when I get to FindConservedMarkers each of my clusters, I keep on getting this:…
-
Reuse [existing scripts](https://github.com/OpenSourceBrain/MiglioreEtAl14_OlfactoryBulb3D/tree/master/NEURON) to load & create a single mitral cell & test with current clamp stimulation.
- [ ] Add py…
-
I am having problem getting the extractors from the second README example to work. here is the code to recreate:
```
from pliers.stimuli import VideoStim
from pliers.extractors import (STFTAudio…
-
I am having problems with running `latencyFromTone.py` coder demo.
When I run it from the coder view I get the following error:
``` python
##### Running: D:\Programy\PsychoPy2\lib\site-packages\psych…
-
-- The C compiler identification is AppleClang 9.0.0.9000039
-- The CXX compiler identification is AppleClang 9.0.0.9000039
-- Check for working C compiler: /Library/Developer/CommandLineTools/usr/b…
-
I ran into two issues related to loading EDF files.
1. The default for `stim_channel` is `-1`, but what if there is no stim channel in the file? I was expecting that this should be detected, becaus…
cbrnr updated
7 years ago
-
```python
import numpy as np
import matplotlib.pyplot as plt
import nengo
import nengo_dl
import tensorflow as tf
u = np.random.randn(100, 1, 1)
dt = 0.001
with nengo.Network() as model:…
-
HI all,
I have replaced cortex-m3 with PULPino in my system which is under test.
I have generated slm files for "helloworld" testcase.
In my system, we have only one ROM in which both instruction…
-
Nengo allows you to make Connections by giving a list of dimension indices
```
Connection(a[[2,3]], b[[1,7]])
```
However, if you have the same index multiple times for the post part of the Connecti…