Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion brainiak/factoranalysis/htfa.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
# limitations under the License.
"""Hierarchical Topographical Factor Analysis (HTFA)

This implementation is based on the following publications:
This implementation is based on the work in [Manning2014-1]_, [Manning2014-2]_,
and [AndersonMJ2016]_.

.. [Manning2014-1] "Topographic factor analysis: a bayesian model for
inferring brain networks from neural data", J. R. Manning,
Expand Down
3 changes: 2 additions & 1 deletion brainiak/factoranalysis/tfa.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
# limitations under the License.
"""Topographical Factor Analysis (TFA)

This implementation is based on the work:
This implementation is based on the work in [Manning2014]_ and
[AndersonM2016]_.

.. [Manning2014] "Topographic factor analysis: a bayesian model for inferring
brain networks from neural data", J. R. Manning, R. Ranganath, K. A. Norman,
Expand Down
2 changes: 1 addition & 1 deletion brainiak/fcma/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.
"""Full correlation matrix analysis

The implementation is based on the following publications:
The implementation is based on the work in [Wang2015-1]_ and [Wang2015-2]_.

.. [Wang2015-1] Full correlation matrix analysis (FCMA): An unbiased method for
task-related functional connectivity",
Expand Down
3 changes: 2 additions & 1 deletion brainiak/hyperparamopt/hpo.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
# limitations under the License.
"""Hyper Parameter Optimization (HPO)

This implementation is based on the work:
This implementation is based on the work in [Bergstra2011]_ and
[Bergstra2013]_.

.. [Bergstra2011] "Algorithms for Hyper-Parameter Optimization",
James S. Bergstra and Bardenet, Rémi and Bengio, Yoshua
Expand Down
2 changes: 1 addition & 1 deletion brainiak/reprsimil/brsa.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
""" Bayesian Representational Similarity Analysis (BRSA)

This implementation is based on the following publications:
This implementation is based the work in [Cai2016]_.

.. [Cai2016] "A Bayesian method for reducing bias in neural
representational similarity analysis",
Expand Down