07 2014 档案

Maximum Entropy Markov Models for Information Extraction and Segmentation
摘要:1.The use of state-observation transition functions rather than the separate transition and observation functions in HMMs allows us to model transitio... 阅读全文

posted @ 2014-07-31 19:13 NLP新手 阅读(495) 评论(0) 推荐(0)

an introduction to conditional random fields
摘要:1.Structured prediction methods are essentially a combination of classification and graphical modeling.2.They combine the ability of graphical models ... 阅读全文

posted @ 2014-07-31 14:05 NLP新手 阅读(968) 评论(0) 推荐(0)

HMM MEMM & label bias
摘要:(http://blog.csdn.net/xum2008/article/details/38147425)隐马尔科夫模型(HMM):图1. 隐马尔科夫模型隐马尔科夫模型的缺点: 1、HMM只依赖于每一个状态和它对应的观察对象: 序列标注问题不仅和单个词相关,而且和观察序列的长度,单词的上下文,等... 阅读全文

posted @ 2014-07-29 09:14 NLP新手 阅读(2947) 评论(0) 推荐(1)

ML的灌水现象
摘要:(http://demonstrate.ycool.com/post.3137870.html)看了几天 paper 和书,发现自己果然就是 zt好多东西就是不懂,那些人做的真快,我才建立起一种大致的灌水想法和模式,然后发现大家已经灌了好久了,大家手上都有长期灌水获得的工具,我却没有。现在想挖个小坑... 阅读全文

posted @ 2014-07-29 09:12 NLP新手 阅读(533) 评论(0) 推荐(0)

C头文件和源文件的连
摘要:(http://blog.163.com/yui_program/blog/static/18415541520115177852896/)一、源文件如何根据#include来关联头文件1,系统自带的头文件用尖括号括起来,这样编译器会在系统文件目录下查找。2,用户自定义的文件用双引号括起来,编译器首... 阅读全文

posted @ 2014-07-24 13:36 NLP新手 阅读(1949) 评论(0) 推荐(0)

C、C++编译,链接,extern链接
摘要:1 //b.cpp 2 3 #inlcude 4 5 void b() 6 { 7 std::cout<<"fun b"; 8 } 9 10 //a.cpp11 extern void b();12 13 int main()14 {15 b();16 return ... 阅读全文

posted @ 2014-07-24 11:48 NLP新手 阅读(518) 评论(0) 推荐(0)

导航