GithubHelp home page GithubHelp logo

Why use word2vec about game2vec HOT 4 OPEN

warchildmd avatar warchildmd commented on June 3, 2024
Why use word2vec

from game2vec.

Comments (4)

warchildmd avatar warchildmd commented on June 3, 2024

TBH I wanted to use TF for something + I wanted to have embeddings, that can be used as input to another network.

As for the order, I used bag-of-words and in this approach order didn't matter at all.

from game2vec.

michaelwsherman avatar michaelwsherman commented on June 3, 2024

But the order does matter--if the list of the games is bigger than the window size then the games outside the window size aren't part of that data point. Unless you set your window size to be at least as long as the longest list of games.

from game2vec.

warchildmd avatar warchildmd commented on June 3, 2024

I use a dynamic window. Each user's game is grouped together in a set, so for each user, I have a set of games that is a window.

To create a batch, while I do not have the required amount of (input, output) pairs I do the following:

  1. Randomly select a game set
  2. Using the game set, depending on method (CBOW, Skipgram), generate training pairs.

from game2vec.

michaelwsherman avatar michaelwsherman commented on June 3, 2024

Using a dynamic window would introduce some bias, in terms of what games are more likely to be in smaller collections (the most popular games?) are going to be drawn more. Although I'm not positive what the exact effects of this bias would be in terms of the vectors generated.

What's the other network you want to feed these vectors into (and why not have the network generate its own vector representation as part of the training)?

from game2vec.

Related Issues (2)

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.