evolvingstuff/RecurrentJava
Deep Recurrent Neural Nets in Java
This tool helps predict and generate text character by character. You input a body of text, and it learns to produce new sentences that mimic the style and patterns of the original text. It's useful for anyone interested in exploring text generation or understanding how to build simple language models.
No commits in the last 6 months.
Use this if you want to experiment with generating new text sequences based on existing examples, like creating sentences in the style of a specific author.
Not ideal if you need a pre-trained, production-ready language model or a tool for large-scale, complex natural language understanding tasks.
Stars
53
Forks
19
Language
Java
License
MIT
Category
Last pushed
Oct 28, 2015
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/evolvingstuff/RecurrentJava"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Jasonnor/Backpropagation
Implementing multilayer neural networks through backpropagation using Java.
dlidstrom/NeuralNetworkInAllLangs
Vanilla neural network implemented in all major languages
goessl/MachineLearning
An easy neural network for Java!
thag0/JNN
Biblioteca para manipulação de modelos de Redes Neurais Artificiais com Java
amanmehara/tantrika
An object oriented neural network library.