Welcome to torchctrnn’s documentation!

torchctrnn is a PyTorch library dedicated to continuous time recurrent neural networks.

Check out the Usage section for further information, including how to Installation the project.

Note

This project is under active development.

Contents

Usage

Installation

To use torchctrnn, first install it using pip:

$ pip install git+https://github.com/oizin/torchctrnn

Basic usage

Coming soon.