-
Notifications
You must be signed in to change notification settings - Fork 141
Created reconstruction method #364
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
Merged
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
d599b81
WIP: Created reconstruction method
bee4045
Initial commit
7d7c6d2
Initial Commit, attempt2
0a1fb37
Merge branch 'master' into invenc
dhuberdeau 94f5eea
Initial Commit, attempt3
16882f8
Merge branch 'invenc' of https://github.com/dhuberdeau/brainiak into …
9755bda
initial commit attempt4
1299eb5
initial commit attempt5
661482b
Initial Commit, attempt6
f048920
initial commit attempt 7
40f574e
Addressing review comments
7019566
Address reviews.. examples
e734d86
Review responses.. improve stability, add control
b655e28
Fixed instability
09e5202
loosen data restrictions
1b4e30f
making normalization optional
dhuberdeau b705c8b
Update how simulated data is generated in test
dhuberdeau ba904c9
Code formatting
dhuberdeau 7b2fb87
formatting. Added options to init function, including stimulus_mode (…
vyaivo 9e8cf9e
changed definition of Brouwer & Heeger C1 in fit method. Now uses one…
vyaivo 9862d2b
made variable names more generic. In predict method, removed data mat…
vyaivo 1d5c444
in _define_channels method, used linspace to define channel centers (…
vyaivo e79765a
fixed score method to handle circular & half-circular data
vyaivo c3500bb
moved circ_dist to generic utils script. using scipy circmean in scor…
vyaivo b72f1fe
moved input checks to separate function. also moved code for defining…
vyaivo 27f9eb3
added synthetic data generation for 1D receptive fields to utils. Use…
vyaivo 31bcc0e
modified synthetic data example to generate data from localized recep…
vyaivo fe78e83
Merge pull request #1 from vyaivo/iem-pr
dhuberdeau 0abf8f5
Merge branch 'master' into invenc
vyaivo 6839bd5
fixed issues raised by tests, lack of coverage by tests, or formattin…
vyaivo 6196f40
adding tests for generating voxel RF data
vyaivo 393c341
adding tests for generating voxel RF data
vyaivo 08ceeaa
Merge branch 'invenc' of https://github.com/dhuberdeau/brainiak into …
vyaivo 837b9d6
removed old example files
vyaivo 9c12eaf
removed extra comments & unused variable. set a global variable for c…
vyaivo ec951a8
made minor fixes to import and initial IEM object creation
vyaivo 3900bd9
removed outdated example files
vyaivo 9b17888
formatting changes
vyaivo 815f046
Merge remote-tracking branch 'upstream/master' into dhub-invenc
vyaivo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| # Copyright 2018 David Huberdeau & Peter Kok | ||
| # | ||
| # Licensed under the Apache License, Version 2.0 (the "License"); | ||
| # you may not use this file except in compliance with the License. | ||
| # You may obtain a copy of the License at | ||
| # | ||
| # http://www.apache.org/licenses/LICENSE-2.0 | ||
| # | ||
| # Unless required by applicable law or agreed to in writing, software | ||
| # distributed under the License is distributed on an "AS IS" BASIS, | ||
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| # See the License for the specific language governing permissions and | ||
| # limitations under the License. | ||
| """Inverted encoding model for recreating continuous representations.""" | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.