-
Notifications
You must be signed in to change notification settings - Fork 3
Aim1 #1
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
base: master
Are you sure you want to change the base?
Aim1 #1
Conversation
…simulations on a simple version of the model. model now includes h (suppressive component of involuntary attention), voluntary attention, and temporal filtering of the excitatory input.
…cumulation (filtered timeseries is r2). tweaked params. this simulation reproduces Model 1 results from previous TA simulations.
…o one feature (here standing in for spatial location)
|
This looks fine. The only code related to my model is n_model.m On Sun, Nov 1, 2015 at 11:47 AM, racheldenison notifications@github.com
Hsin-Hung Li |
… optimModel.m, modelCost.m, x2opt.m. created a new opt structure to contain the parameters that are being fit. x2opt works with this. setParametersFA now takes opt as input during fitting. changed 2 lines in setTaskTA to deal with a rounding error for fitted params.
…ms (otherwise they will not be fit). also added plotting model fit to data to optimModel.m
…o layer, dt fixes
…timululs responses and decode the presented stimulus.
…Fs to encode stimululs responses and decode the presented stimulus. along with this, removed filtering of stimulus to determine input. stimulus is now the direct input, but we've added a time constant to the sensory drive.'
…that had been commented out.
should we merge?