recurrent-neural-networks-intro icon indicating copy to clipboard operation
recurrent-neural-networks-intro copied to clipboard

Implementation of RNN in Python

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:

  • RNN with Keras - Text Generation
  • RNN Text Generation - Advanced

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.