aaronlyt / tfkld

Code for the EMNLP 2013 paper

Home Page:http://www.cc.gatech.edu/~jeisenst/papers/ji-emnlp-2013.pdf‎

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tfkld

Code for the EMNLP 2013 paper

  • computeWeight.m - read the sparse matrix of the training set and compute the KLD weights
  • nmfLS2 - Non-negative matrix factorization with sparse matrix
  • nndSVD - NNDSVD algorithm for initializing W and H in NMF

@inproceedings{Ji:2013:EMNLP,
    title = {Discriminative Improvements to Distributional Sentence Similarity},
    author = {Yangfeng Ji and Jacob Eisenstein}
    booktitle = {EMNLP},
    year = {2013},
}

About

Code for the EMNLP 2013 paper

http://www.cc.gatech.edu/~jeisenst/papers/ji-emnlp-2013.pdf‎

License:Other


Languages

Language:Python 59.4%Language:MATLAB 40.6%