8000 Tags · brainiak/brainiak · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: brainiak/brainiak

Tags

v0.10

Toggle v0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add release notes for v0.10 (#455)

v0.9.1

Toggle v0.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add release notes for v0.9.1 (#434)

v0.9

Toggle v0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add release notes for v0.9 (#426)

v0.8

Toggle v0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add release notes for v0.8 (#390)

v0.7.1

Toggle v0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add release notes for v0.7.1 (#340)

v0.7

Toggle v0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add release notes for v0.7 (#333)

v0.6

Toggle v0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add release notes for v0.6 (#297)

v0.5

Toggle v0.5's commit message
docs: Cite all references (#226)

Fixes warnings introduced in Spinx 1.6.1:
sphinx-doc/sphinx#3565

v0.4

Toggle v0.4's commit message
[fmrisim] Improve simulator (#150)

* Add TDA initial script.

* Added documentation

* Added documentation

* Added documentation

* Added the test_tda

* Simulator initial commit. Includes the simulator function with the tests and examples

* Error in uploading simulator

* Updated simulator based on edits. Added two condition example. Removed TDA code.

* Updated names, improved comments, changed load procedure for mask

* Updated simulator

* Updated the way TDA features are generated

* Updated tests for new simulator code

* Updated fmrisim test, corrected error of deleting test_hpo

* No need to make any change to hyperparamopt

* Updated doc string

* Conforming to PEP8

* Removed nibabel

* Increased test coverage

* Updated for PEP8

* Updated for pep8

* Updated for pep8

* Updated pep8

* Edited the tests

* Complexity tests updating

* Updated tests

v0.3.2

Toggle v0.3.2's commit message
[reprsimil] Mostly bug fixing for brsa (#144)

* a
 Changes to be committed:
	new file: brainiak/brsa/test.txt

* 	deleted:    brsa/test.txt

* changed some of the logging levels

* Creating new functions to prepare to a new version which explicitly deals with shared time series not explained by design matrix

* Further changing singpara, preparing to deal with shared time series X0

* Changed the model to consider spatial correlation in noise

* Updated the BRSA model to incorporate spatial correlation in noise
Fixed some bugs in utils.ReadDesign
Renamed epsilon to eta in consistence with the paper
Expanded the example a bit
Other minor changes

* fixed some bugs and typos

* Removed some redundant calculation"

* changed some of the logging levels

* Creating new functions to prepare to a new version which explicitly deals with shared time series not explained by design matrix

* Further changing singpara, preparing to deal with shared time series X0

* Changed the model to consider spatial correlation in noise

* attempt to solve conflict

 Changes to be committed:
	modified:   brainiak/reprsimil/brsa.py
	modified:   brainiak/utils/utils.py
	modified:   examples/reprsimil/brsa_representational_similarity_estimate_example.ipynb
	modified:   tests/reprsimil/test_brsa.py
	modified:   tests/utils/test_utils.py

* fixed some bugs and typos

* Removed some redundant calculation"

* Removing some unnecessary package in brsa example

* adding comment on nuisance regressor

* removing outdated note in brsa

* updating docstring

* a bit more changing of docstring

* minor changes

* update the example for brsa

* updating example to do z-scoring

* cleaning up

* cleaning up

* fix a bug in utils.ReadDesign

* bug fixing for BRSA._prepare_data_XYX0

* trivial

* changes re PR review
0