Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 320 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 320 Bytes

Guess Next Word

This code tries to guess next word in a (Turkish) sentence and uses Deeplearning4j framework.

To run the code:

  1. Download dl4j-examples project from https://deeplearning4j.org/.

  2. Put these 2 classes in the corresponding package and put data files in project root.

  3. Run GuessNextWordRNN.java.