“Reading Paper”版本间的差异

来自cslt Wiki
跳转至: 导航搜索
tool
Lr讨论 | 贡献
word vector
 
(相同用户的8个中间修订版本未显示)
第3行: 第3行:
 
:* word vector tool for text classification, text clustering or information retrieval[http://sourceforge.net/projects/wvtool/]
 
:* word vector tool for text classification, text clustering or information retrieval[http://sourceforge.net/projects/wvtool/]
 
:* google word2ve[http://code.google.com/p/word2vec/]
 
:* google word2ve[http://code.google.com/p/word2vec/]
* NLP tool
+
* document vector[http://radimrehurek.com/2014/12/doc2vec-tutorial/?utm_source=rss&utm_medium=rss&utm_campaign=doc2vec-tutorial]
:* Text Analysis Online[http://textanalysisonline.com/]
+
:* genSim[https://github.com/piskvorky/gensim/] new function
::*提供了一个在线的测试环境。目前提供NLTK(内含斯坦福NLP),TextBlob, MBSP, Pattern, PyTeaser, LangId和中文分词等多种工具
+
* Deep Learning for Java[http://deeplearning4j.org/]
:* LTP 哈工大开源处理工具[https://github.com/HIT-SCIR/ltp][http://www.ltp-cloud.com/]
+
:* word2vec[http://deeplearning4j.org/word2vec.html]
:* openNLP[http://opennlp.apache.org/]
+
::* 标记化、句子分割、词性标注、固有实体提取(指在句子中辨认出专有名词,例如:人名)、浅层分析(句字分块)、语法分析及指代
+
:* FudanNLP[https://code.google.com/p/fudannlp/]
+
:* stanford nlp[http://nlp.stanford.edu/software/index.shtml]
+
  
 
==QA==
 
==QA==
第28行: 第24行:
 
* [[useful tutorial]]
 
* [[useful tutorial]]
 
* [[2014-10-20-word2vec|Learning Word Vectors for Sentiment Analysis]]
 
* [[2014-10-20-word2vec|Learning Word Vectors for Sentiment Analysis]]
 +
* deep learing in nlp
 +
:* distributed representations for compositional semantics [http://arxiv.org/pdf/1411.3146.pdf]
 +
:* Deep Learning for Natural Language Processing and Machine Translation [http://cl.naist.jp/~kevinduh/notes/cwmt14tutorial.pdf]
 +
*Ensemble of Generative and Discriminative Techniques for Sentiment Analysis of Movie Reviews[http://arxiv.org/abs/1412.5335]
 +
:*使用RNN和PV在情感分析效果不错,代码[https://github.com/mesnilgr/iclr15]
  
 
==learn report==
 
==learn report==
第35行: 第36行:
  
 
[[nlp class]]
 
[[nlp class]]
 +
 +
[[nlp tool]]
  
 
==Some Things to remember==
 
==Some Things to remember==
第45行: 第48行:
 
* 机器学习日报[http://ml.memect.com/]
 
* 机器学习日报[http://ml.memect.com/]
 
:* 包含大量的学习资源
 
:* 包含大量的学习资源
 +
* Advanced Machine Learning[http://www.seas.harvard.edu/courses/cs281/]

2014年12月29日 (一) 07:58的最后版本

tool

  • word2vec tool
  • word vector tool for text classification, text clustering or information retrieval[1]
  • google word2ve[2]
  • document vector[3]
  •  genSim[4] new function
  • Deep Learning for Java[5]

QA

2014-08-22-qalr

random reading

NN & RNN LM

document classification

word vector

  • distributed representations for compositional semantics [7]
  • Deep Learning for Natural Language Processing and Machine Translation [8]
  • Ensemble of Generative and Discriminative Techniques for Sentiment Analysis of Movie Reviews[9]
  • 使用RNN和PV在情感分析效果不错,代码[10]

learn report

basic tasks of speech processing

learn process

Information Retrieval

nlp class

nlp tool

Some Things to remember

  •  包含大量的学习资源
  • Advanced Machine Learning[20]