hunkim / word-rnn-tensorflow

Multi-layer Recurrent Neural Networks (LSTM, RNN) for word-level language models in Python using TensorFlow.
MIT License
1.3k stars 494 forks source link

Hello, any idea for creating a new article with the same meaning according to the given articles #85

Open jobsfan opened 5 years ago

jobsfan commented 5 years ago

input: several news with the same topic, maybe the same event reported by different media company.

output: a brand-new news article with the same meaning.

I have no idea how to start with this. Can you give any help?

fhuewhd commented 3 years ago

This is an old message, of course, but for anyone else reading this: you're out of luck. This program, and others built on the same principles, actually have no idea what any of the words they're using mean. They just follow patterns in what words usually follow what other words, etc.