carnn

A package to generate recurrent neural networks from calcium imaging data of neural activity.


License
MIT
Install
pip install carnn==0.0.1

Documentation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

CaRNN

Repository to develop a class that generates a recurrent neural network model to replicate calcium imaging datasets. The RNNs are constructed using PyTorch.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. License
  5. Contact
  6. Acknowledgements

About The Project

CaRNN Screen Shot

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

A list of software required for the CaRNN project and how to install the packages.

  • networkx
    pip install torch
  • numpy
    pip install numpy
  • matplotlib
    pip install matplotlib
  • pynwb
    pip install pynwb

Installation

  1. Clone the repo
    git clone https://github.com/vporubsky/CaRNN.git
  2. Install via PyPI
    pip install carnn

Usage

Examples of using the package will be added here. Additional screenshots, code examples and demos will be included formally in documentation.

Documentation to be added.

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Veronica Porubksy - verosky@uw.edu

Project Link: https://github.com/vporubsky/CaRNN

Acknowledgements