Giter Club home page Giter Club logo

Comments (4)

anjabeth avatar anjabeth commented on May 22, 2024

Clarifying: I've been playing around with "combine" and have gotten it to work, but I'm curious - when it "combines" the models with weighting, is it just using those weights to choose which corpus the words come from, or do the corpuses actually mix? (For example, if I trained a model on the KJV and Moby Dick, could I get sentences that combine both texts? Or would I just get the right fraction of sentences that come from each text?)

from markovify.

jsvine avatar jsvine commented on May 22, 2024

If I do markovify.combine() with no weighting, is it effectively the same as training one model on the texts of all the combined models?

Yep!

I'm curious - when it "combines" the models with weighting, is it just using those weights to choose which corpus the words come from, or do the corpuses actually mix?

The latter. The corpuses are, effectively, mixed.

For example, if I trained a model on the KJV and Moby Dick, could I get sentences that combine both texts?

Yep! That's what should happen. (Would be curious to see the output.)

Or would I just get the right fraction of sentences that come from each text?

Nope! There's currently no way to do that with markovify.

from markovify.

anjabeth avatar anjabeth commented on May 22, 2024

Thanks so much! That's what I was guessing - I think the length difference between the texts was just giving me lots more Bible words, but I wanted to make sure that it wasn't a weighting mistake.

KJV/Moby Dick didn't produce anything terribly interesting on the couple of test runs I did (I'm currently just setting up the skeleton of my project), but I got some pretty fun results with Moby Dick + Pride and Prejudice:

"I was sure you could not be married all day"
"The envelope contained a sheet of blubber."
"Hold the steak in one hand, and a still slighter shuffling of women's shoes, and all was soon right again."

from markovify.

jsvine avatar jsvine commented on May 22, 2024

Love those examples. Thanks for sharing!

from markovify.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.