question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ENH: More features for ReceptiveField

See original GitHub issue
  • support score method for use with GridSearchCV
  • use custom Ridge solver for speed and multiple regularization types (i.e., Ross’s Fourier-based code)
  • change to positive lags for causal behavior #4550
  • backward transform
  • Add CUDA support for the fitting
  • if necessary, make tmin/tmax/sfreq logic consistent with Epochs class
  • forward/backward model tutorial?
  • plot method that is smart enough to at least deal with 1D (STA) and 2D (STRF) plotting, probably using NonUniformImage class rather than pcolormesh
  • decimation (decimate data before fitting or model after fitting?)
  • refactor with linear_regression_raw, XDawn (categorical data, #4940)

Issue Analytics

  • State:open
  • Created 7 years ago
  • Comments:52 (52 by maintainers)

github_iconTop GitHub Comments

1reaction
rkmaddoxcommented, Sep 12, 2017

+1 for positive lags. If you think of the TRF (no S) when a stimulus is a bunch of clicks (so, x = click train, y = EEG signal), then the brain response should be at positive lags, because a click causes the brain signal to wobble after the click happens.

I agree that it gets a little hairier with the STRF, but positive lags still make by far the most sense to me.

1reaction
larsonercommented, Sep 10, 2017

If the current code issues Ridge, the auto and cross covariances need to be recalculated, so it will add time. With TDR (or a custom Ridge) where these are stored I doubt it will add much time

Read more comments on GitHub >

github_iconTop Results From Across the Web

Understanding the receptive field of deep convolutional ...
In this article, we will discuss multiple perspectives that involve the receptive field of a deep convolutional architecture.
Read more >
Functional Characterization of the Extraclassical Receptive ...
Neurons in primary visual cortex, V1, very often have extraclassical receptive fields (eCRFs). The eCRF is defined as the region of visual space...
Read more >
Feature enhancement structure. (a) The mechanism of ...
The SOON model consists of feature enhancement, multiscale detection, and feature fusion. The first part is implemented by constructing a receptive field ......
Read more >
Resolving the Spatial Profile of Figure Enhancement in ...
We used a novel population receptive field mapping-based approach to resolve the spatial profiles of two constituent mechanisms of figure–ground ...
Read more >
Attention operates uniformly throughout the classical receptive ...
Importantly, the model also accounts for the neuronal effects of attention to single stimuli at different receptive field locations.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found