Skip to content

sgalella/RecurrentNeuralNetworks

Repository files navigation

Recurrent Neural Networks

Implementation of different recurrent neural networks.

Installation

To install the dependencies, run the following command:

pip install -r requirements.txt

If using Conda, you can also create an environment with the requirements:

conda env create -f environment.yml

By default the environment name is recurrent-neural-networks. To activate it run:

conda activate recurrent-neural-networks

Usage

Check notebooks/ to see the details and examples of each model.

About

Implementation of different recurrent neural networks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published