Giter VIP home page Giter VIP logo

txt2vec's People

Contributors

zhongkaifu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

txt2vec's Issues

plain text matrix to load in TXT2VEC (Inverse to DUMP)

Hi Zhongkai

I only want to know if is there any way in Txt2Vec for loading a plain text matrix to make a bin model for using in Txt2Vec. In other words. Having a well formed plain text matrix (according to Dump) been able to load in Txt2Vec .

Many thanks.

G

Train file contents to Txt2Vec

Hello sir,
what will be contents/data in train file used in Txt2vec?

  1. only the token/word of original Training file OR
  2. All the data of original training file e.g the Word, POS Tag and NE tag

There is an error or may be a mis-optimization on the training functions

File/Class Encoder.cs

LINE 744+

lock (syn1Locker[target]) { for (int c = 0; c < layer1_size; c++) f += neu1[c] * syn1[c + l2];
After this a variable g (float) is generated, (it seems strange) BUT MANY times this variable 'g' gets its value of 0.0 , then it's nonsense to update all the vectors, simply add
if (g == 0) continue;
that's it!

I've traced it many times, and it really get zero value too many times
and it's silly to update a vector with nothing!!

thanks

Txt format

Hi!
Is it possible to use txt model in distance mode?

how to start

Hi mr. zhongkaifu,

may you tell me how to start training word. When i am opening the visual studios project i can debug it or use the .exe, but how i gonna go to use it? I want to get vectors of some words. Unfortunately i do not know how to build a corpus or doing a training after that.

greets

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.