Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V1 batched #153

Open
wants to merge 14 commits into
base: development
Choose a base branch
from
Open

V1 batched #153

wants to merge 14 commits into from

Conversation

BalzaniEdoardo
Copy link
Collaborator

V1 tutorial

I have modified the v1 tutorial in order to fit a spatiotemporal receptive field with 10ms resolution using the stochastic optimization approach.

Changes from previous version

What we had before was inferring the spatial receptive field with an STA and using that to project the stimulus into a single dimension. The temporal component was fit via a GLM. This allowed a fine temporal resolution;
In the new version, the full spatiotemporal filter is computed using basis to reduce the feature dimensionality.
A stochastic approach to parameter learning was employed to show how one can avoid to build the full design matrix (that likely would be very large).

@codecov-commenter
Copy link

codecov-commenter commented May 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.30%. Comparing base (87d3c29) to head (68cffb9).

Additional details and impacted files
@@             Coverage Diff              @@
##           development     #153   +/-   ##
============================================
  Coverage        97.30%   97.30%           
============================================
  Files               15       15           
  Lines             1485     1485           
============================================
  Hits              1445     1445           
  Misses              40       40           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@BalzaniEdoardo BalzaniEdoardo changed the base branch from development to main May 31, 2024 19:49
@BalzaniEdoardo BalzaniEdoardo changed the base branch from main to development May 31, 2024 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants