• Member Since 29th Sep, 2014
  • offline last seen Aug 11th, 2023

Yuu


An amateur writer

More Blog Posts45

  • 36 weeks
    On Titles

    I asked a neural network about the origin of the title. The network guessed this:

    Based on the context you provided, I suspect the title "I Can Read Names in Clouds" is referencing the song "I Can Read the Sky" by Tommy Makem.
    The lyrics in the excerpted dialogue seem to play on the lines:

    Read More

    0 comments · 63 views
  • 113 weeks
    Almost complete

    The story is almost complete, I have published the last chapter, only the epilogue remains.

    You should get the expected disappearance in the end.

    2 comments · 144 views
  • 128 weeks
    In the End

    I got a new story published! Many thanks to my editor, PseudoBob Delightus. It is a mystery and sci-fi short story. I have finished it already, so do not worry about getting yet another incomplete story.

    Here is the link: The Mulberry Mare Disappears in the End.

    0 comments · 155 views
  • 169 weeks
    A Short Poem

    Poroshok-style

    when you can eat cakes pies jams cookies
    what happens asked pinkie pie
    ten seconds marveled twilight sparkle
    you die
    © Yuu

    0 comments · 144 views
  • 204 weeks
    Virus Thoughts

    Would ponies have herd immunity by default?

    0 comments · 168 views
Aug
29th
2018

Pony Stories Creation And Generation · 8:04pm Aug 29th, 2018

I have an idea that I can fetch a number of stories from the site and feed it to a neural network. The network can construct a probabilistic model of words in stories, then it can generate some fanfic-like texts. To make them better I can also filter stories with a good rating.

Or I can finish my short story about ponies that I plan to publish here. I already have a detailed plot for it, so I only need to expand it. But writing code for a neural network can help to find a better job in future. Stories about ponies can hardly help. ^^


An image generated by a neural network.

Comments ( 2 )

I don't know how much experience you have with neural nets, but if you're doing it yourself and even writing code for it, I don't know if your system will be able to reliably/interestingly handle the thousands of words of text that make up a fanfic.

What you could do instead, or start with just as a proof of concept, is fetch thousands of fanfics, make a dataset out of only the titles and try to generate new ones.

Yuu

4929290
I experimented with thousands of images before, total size was tens of gigabytes. The main limiter was the number of parameters of a neural net, because it has to fit into GPU's memory. Unfortunately I don't have a high-end GPU, but I hope mine will be sufficient.

Login or register to comment