stats320 icon indicating copy to clipboard operation
stats320 copied to clipboard

STATS320: Statistical Methods for Neural Data Analysis

Results 6 stats320 issues
Sort by recently updated
recently updated
newest added

Hi, Many thanks for sharing this wonderful material and nice coverage of very exciting topics. I was wondering if there is a sharable solution to the lab notebooks. This will...

asserts currently pass with mu transposed

- [ ] Some labs say to submit the ipynb, and others don't. - [ ] Simplify the ipynb -> pdf conversion process

Make clear that students should use `cvx.sum_squares` in the `deconvolve` implementation. Otherwise CVX makes some weird decisions about which solver to use. Can we explicitly tell CVX to try ECOS...

I removed the old Lab 1 (Simple spike sorting) and jumped straight to Spike Sorting by Deconvolution (previously Lab 2). I forgot that it was one of the hardest labs...

Lab 1 should not use deprecated torch.norm and torch.svd functions.