Has Anyone Ever Build an Article Spinner using Tensorflow?

ragnarkar

Junior Member
Joined
Aug 19, 2015
Messages
100
Reaction score
26
I tried applying this guy's "AI Writer" program to build an article spinner or automatic article writer but the code doesn't seem to work correctly because my computer doesn't have an NVidia GPU. Is this the right approach to building an article spinner?

 
Its not only about just article writer program. You will have train with more and more dataset. Have u worked with AI or machine learning in the past?
 
Like Lostlife said, it is a good approach and can be definitely done using Tensorflow, but the data is much more important then the alogrithm/code. You need to get a large dataset of articles matching your topic/niche, design a few different NN, train them and see what results come out :)
 
I did this with a bit of a different approach - but still it took a long time to make it really good. Using just TF you can get decent results, although you would need a lot of training data and time to train it.
 
Last edited:
I did this with a bit of a different approach - but still it took a long time to make it really good. Using just TF you can get decent results, although you would need a lot of training data and time to train it.
want to share some demo results?
 
Sure. For example - this is an automatic spin:
example.png
 
Last edited:
This might sound odd... but how is a function of utilizing and combining relational texts from photo "semantic thought representation" being offset for the need of uniqueness? The gibberish produced has to pass the copyscape type test at minimum. This does not yet seem useful for "human readability", so its use as a "spinner" still has the drawbacks of other spinning technologies that need to be addressed. As new ideas are not sought out, only remaining semantic connections, might not an ontology based structured triple graphing technology be more suitable?
 
Different framework, but I've been running datasets through Torch-rnn. It can make coherent sentences in isolation after 150 epochs (40k line dataset), but contextually it makes no sense. It almost can tweet, basically.
 
Back
Top