Skip to content

facebook-gad/Conditional-character-based-RNN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conditional character based RNN

This project proposes an efficient character based recurrent neural network. The RNN has word level input instead of standard character level input. The output of thhe RNN is conditioned by the previous words.

Most important code

There are two models:

  • char-rnn-conditional
    • This contains the character RNN which has conditional outputs
  • mixed-rnn
    • This contains the mixed word/char level rnn code

the mixed-rnn code splits up the stream of characters into words using the character _ .

Requirements

This code has been tested on Linux, but should work on any machine. The is no dependencies.

Join the Conditional character based RNN community

See the CONTRIBUTING file for how to help out.

License

Conditional character based RNN is BSD-licensed. We also provide an additional patent grant.

About

An efficient character based RNN

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%