Skip to content
#

recurrent-networks

Here are 48 public repositories matching this topic...

Recurrent Neural Networks (RNNs) are a type of neural network that process sequential data, such as speech, text, or time-series data. RNNs use feedback connections to maintain a state that can capture information from previous inputs, allowing them to make predictions based on a sequence of inputs.

  • Updated Feb 13, 2023
  • Kotlin

A Python toolkit for Reservoir Computing and Echo State Network experimentation based on pyTorch. EchoTorch is the only Python module available to easily create Deep Reservoir Computing models.

  • Updated May 12, 2024
  • Python

Improve this page

Add a description, image, and links to the recurrent-networks topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the recurrent-networks topic, visit your repo's landing page and select "manage topics."

Learn more