renjunxiang/Text_Generate
文本生成,可用于作诗、写小说
Implements dual-framework LSTM architectures (Keras and TensorFlow) with 2-layer RNNs trained on classical Chinese poetry and novels, using sequence-to-sequence modeling where fixed-length input windows predict subsequent characters. Addresses practical generation challenges through probabilistic sampling from top-n predictions and punctuation-aware decoding to enforce natural line breaks in poetry, while optimizing for sparse categorical cross-entropy to reduce memory overhead on large vocabularies.
128 stars. No commits in the last 6 months.
Stars
128
Forks
35
Language
Python
License
MIT
Category
Last pushed
Jul 30, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/renjunxiang/Text_Generate"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
anfederico/poesy
Poetry generation via natural language markov models
HRSadeghi/NeuralPersianPoet
Neural Persian Poet: A sequence-to-sequence model for composing Persian poetry
ardauzunoglu/sanatkar.ai
Recurrent Neural Network kullanımı ile farklı yazılı sanat alanlarında doğal dil üretimi...
prajwalcr/AutoCompose
Automatic emotional poetry generator
Areesha-Tahir/Urdu-Poetry-Generation-Using-N-Grams-BackwardBigram-BidirectionalBigram-In-Python
Generating Urdu poetry using SpaCy in Python. Poetry has been generated by using Uni-grams,...