All Projects → 5agado → recurrent-neural-networks-intro

5agado / recurrent-neural-networks-intro

Licence: Apache-2.0 license
Implementation of RNN in Python

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Recurrent Neural Networks Intro

Resources, utils and test code for Recurrent Neural Networks (RNN).

Text Generation

Current main focus and coverage for this repository is around text-generation.

You can find two separate sets of resources, one related to model training and the other related to model serving and consuming (see also this Medium entry).

For training refer to:

In the src folder you will find instead implementation for the consuming middleware. It includes a basic class responsible for text pre and post-processing, a procedure for text generation (which builds upon multiple model calls and secondary requirements) and a proxy to handle different models.

Resources

Dataset

License

Released under version 2.0 of the Apache License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].