Code Monkey home page Code Monkey logo

doc2vec_tf's Introduction

Doc2Vec Tensorflow Model

This model describes how to develop a Doc2Vec (Distributed Memory Model) model in tensorflow. Lines 8-38 describes the model specification. If you wish to use pre-existing words such as Glove etc., change from word_embeddings = tf.Variable to word_embeddings = tf.placeholder. This is a modified version of word2vec from https://github.com/tensorflow/tensorflow/blob/master/tensorflow/examples/udacity/5_word2vec.ipynb

The example does not currently have data to run. The user needs to provide the ids of the context words, and the id of the document as inputs. (eg. doc ids need to start at 0 and at len(docs)-1).

Notes

  1. Doc2Vec needs the document to be fairly large for the document vectors to be meaningful (capture a decent context of the words). This code was not meaningful with tweets. LDA worked better.
  2. You can capture more attributes like Author, Genre etc. with these vectors.

doc2vec_tf's People

Contributors

sachinruk avatar

Watchers

James Cloos avatar Mustafa Ibrahim avatar

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.