theano_pyglm icon indicating copy to clipboard operation
theano_pyglm copied to clipboard

Generalized linear models for neural spike train modeling, in Python! With GPU-accelerated fully-Bayesian inference, MAP inference, and network priors.

Results 3 theano_pyglm issues
Sort by recently updated
recently updated
newest added

HI Scott, I am exploring pyglm, and started generating synthetic data as indicated: python -m test.generate_synth_data -N 4 -T 60 -m standard_glm -r data python -m test.synth_map -d data/2016_03_02-11_11/data.pkl -r...

Hi Scott, I just attempted to run pyglm on my data. I got something out, but I have doubts about sanity of the output. I think I might be misunderstanding...