Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
    4 of 10 committers (40.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.4%) to scientific vocabulary

Keywords

cognitive-neural-processes neural-networks recurrent-neural-networks tensorflow
Last synced: 11 months ago · JSON representation

Repository

Basic Info
Statistics
  • Stars: 139
  • Watchers: 6
  • Forks: 42
  • Open Issues: 5
  • Releases: 4
Topics
cognitive-neural-processes neural-networks recurrent-neural-networks tensorflow
Created almost 8 years ago · Last pushed over 2 years ago
Metadata Files
Readme License

README.md

PsychRNN

tests codecov Documentation Status

Paper:

Ehrlich, D. B.*, Stone, J. T.*, Brandfonbrener, D., Atanasov, A., & Murray, J. D. (2021). PsychRNN: An Accessible and Flexible Python Package for Training Recurrent Neural Network Models on Cognitive Tasks. ENeuro, 8(1). [DOI]

Presentation:

Prefer listening to a 15 minute talk to see if PsychRNN is for you? Check out our talk at Neuromatch 3.0.

Overview

Full documentation is available at psychrnn.readthedocs.io.

This package is intended to help cognitive scientists easily translate task designs from human or primate behavioral experiments into a form capable of being used as training data for a recurrent neural network.

We have isolated the front-end task design, in which users can intuitively describe the conditional logic of their task from the backend where gradient descent based optimization occurs. This is intended to facilitate researchers who might otherwise not have an easy implementation available to design and test hypothesis regarding the behavior of recurrent neural networks in different task environements.

Release announcments are posted on the psychrnn mailing list and on GitHub

Code is written and upkept by: Daniel B. Ehrlich, Jasmine T. Stone, David Brandfonbrener, and Alex Atanasov.

Contact: psychrnn@gmail.com

Getting Started

Start with Hello World Open In Colab to get a quick sense of what PsychRNN does. Then go through the Simple Example Open In Colab to get a feel for how to customize PsychRNN. The rest of Getting Started will help guide you through using available features, defining your own task, and even defining your own model.

Install

Dependencies

PsychRNN was developed to work with both Python 2.7 and 3.4+ using TensorFlow 1.13.1+. It is currently being tested on Python 2.7 and 3.4-3.8 with TensorFlow 1.13.1-2.2.

Note: TensorFlow 2.2 does not support Python < 3.5. Only TensorFlow 1.13.1-1.14 are compatible with Python 3.4. Python 3.8 is only supported by TensorFlow 2.2.

Installation

Normally, you can install with:

pip install psychrnn

Alternatively, you can download and extract the source files from the GitHub release. Within the downloaded PsychRNN folder, run:

    python setup.py install

[THIS OPTION IS NOT RECOMMENDED FOR MOST USERS] To get the most recent (not necessarily stable) version from the github repo, clone the repository and install:

    git clone https://github.com/murraylab/PsychRNN.git
    cd PsychRNN
    python setup.py install

Contributing

Please report bugs to https://github.com/murraylab/psychrnn/issues. This includes any problems with the documentation. Fixes (in the form of pull requests) for bugs are greatly appreciated.

Feature requests are welcome but may or may not be accepted due to limited resources. If you implement the feature yourself we are open to accepting it in PsychRNN. If you implement a new feature in PsychRNN, please do the following before submitting a pull request on GitHub:

  • Make sure your code is clean and well commented
  • If appropriate, update the official documentation in the docs/ directory
  • Write unit tests and optionally integration tests for your new feature in the tests/ folder.
  • Ensure all existing tests pass (pytest returns without error)

For all other questions or comments, contact psychrnn@gmail.com.

License

All code is available under the MIT license. See LICENSE for more information.

Owner

  • Name: murraylab
  • Login: murraylab
  • Kind: organization

GitHub Events

Total
  • Watch event: 5
  • Fork event: 1
Last Year
  • Watch event: 5
  • Fork event: 1

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 88
  • Total Committers: 10
  • Avg Commits per committer: 8.8
  • Development Distribution Score (DDS): 0.534
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
syncrostone j****e@g****m 41
Jasmine Stone j****e@g****m 29
plhijk 5****k 4
Daniel d****h@y****u 4
johndmurray j****y@y****u 3
Alex Atanasov s****n@g****m 3
isagarnreiter 5****r 1
Paxton Fitzpatrick P****R@D****u 1
PLHXYZ 5****Z 1
Gary Kane g****e@b****u 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 17
  • Total pull requests: 32
  • Average time to close issues: 9 months
  • Average time to close pull requests: 29 days
  • Total issue authors: 5
  • Total pull request authors: 9
  • Average comments per issue: 0.59
  • Average comments per pull request: 1.28
  • Merged pull requests: 28
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • syncrostone (12)
  • ahwillia (2)
  • amchagas (1)
  • morteza (1)
  • esigalas (1)
Pull Request Authors
  • syncrostone (18)
  • plhijk (5)
  • ABAtanasov (3)
  • isagarnreiter (1)
  • paxtonfitzpatrick (1)
  • bergem1t (1)
  • mwshinn (1)
  • gkane26 (1)
  • carolinehaoud (1)
Top Labels
Issue Labels
documentation (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 221 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 3
  • Total maintainers: 2
pypi.org: psychrnn

Easy-to-use package for the modeling and analysis of neural network dynamics, directed towards cognitive neuroscientists.

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 221 Last month
Rankings
Stargazers count: 6.2%
Forks count: 6.3%
Dependent packages count: 10.1%
Average: 14.3%
Dependent repos count: 21.6%
Downloads: 27.1%
Maintainers (2)
Last synced: 11 months ago

Dependencies

docs/requirements.txt pypi
  • autodocsumm *
  • ipykernel *
  • nbsphinx *
  • numpy *
  • sphinx >=3.0.4
  • sphinx_copybutton *
  • sphinxcontrib.napoleon *
  • tensorflow *
setup.py pypi
  • python_version >=
  • tensorflow *
.github/workflows/python-package.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • codecov/codecov-action v1 composite