Code Monkey home page Code Monkey logo

skipgram-model's People

Contributors

satyask avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

pineclone

skipgram-model's Issues

All words have two vector representations because the Skip-Gram model is doing Matrix Factorization!

Actually, the sliding window used by the skip-gram model is to collect word co-occurrence statistics. Yes, there is an invisible word co-occurrence matrix and the skip-gram model is doing singular value decomposition to it. The two vector representations correspond to left and right singular vectors. Is it possible to represent each word with only one eigenvector? Not possible if the invisible word co-occurrence matrix is not positive definite. It is highly likely that this matrix is not positive definite because the property of positive definite is very rare and abstract. However, I have discovered a way to modify any indefinite matrix into a positive definite matrix without changing the size relationship between any two matrix elements, i.e., if A_ij < A_mn then it is ensured that B_ij < B_mn for any ijmn, and yet A is indefinite and B is positive definite. Contact me if you are interested in representing each word with only one vector representation based on reasonable principles.

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.