cinco / recurrent-neural-networks-intro

Implementation of RNN in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Implementation of RNN in Python

License:Apache License 2.0


Languages

Language:Jupyter Notebook 67.1%Language:Python 32.9%