码迷,mamicode.com
首页 >  
搜索关键字:$natural    ( 403个结果
自然语言处理相关技术文献资源汇集
1、ACL Anthology A Digital Archive of Research Papers in Computational Linguistics and Natural Language Processing 旧版:http://aclweb.org/anthology/ 新版:http://aclanthology.info/ 2、ACL Antholo...
分类:编程语言   时间:2015-05-28 18:28:29    阅读次数:194
Guava源码分析——Ordering
毋庸置疑,Ordering肯定实现了Comparator接口,这是Java中比较排序使用的。而其中的静态方法返回一种类型的Ordering,不同的Ordering子类实现各自的compare()方法,如下所示:public static Ordering natural() { return (.....
分类:其他好文   时间:2015-05-26 18:23:03    阅读次数:315
概念主题模型简记
概念主题模型(PTM, probabilitytopical model)在自然语言处理(NLP,natural language processing)中有着重要的应用。主要包括以下几个模型:LSA(latentsemantic analysis)、 PLSA(probability latent semantic analysis)、LDA(latentdirichlet allocati...
分类:其他好文   时间:2015-05-23 14:16:13    阅读次数:242
[HDOJ1016]Prime Ring Problem
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1016原题:A ring is compose of n circles as shown in diagram. Put natural number 1, 2, ..., n into each ci...
分类:其他好文   时间:2015-05-20 00:11:30    阅读次数:138
【转】 自然场景文本识别:基于笔画宽度变换的文本检测
最近在学习自然场景(Natural Scenes)的文本识别(Text Recognition)问题,这一问题也是时下一个非常热门的亟待解决的问题。在阅读学习了一定量的文献资料之后,有了一定收获,本文提到的基于“笔画宽度变换”(Stroke Width Transform)的方法,是目前个人看到比较...
分类:其他好文   时间:2015-05-18 18:09:16    阅读次数:208
poj 2356 Find a multiple (鸽巢原理妙用)
题目链接:http://poj.org/problem?id=2356 Description The input contains N natural (i.e. positive integer) numbers ( N <= 10000 ). Each of that numbers is not greater than 15000. This numbers are not ...
分类:其他好文   时间:2015-05-17 18:49:32    阅读次数:126
PE1 Multiples of 3 and 5
前言:PE(Project Eluer)是学Mathematica(以后我简称Mma)接触到的,不用提交代码,只用提交答案的答题网站。PE的题目 会给出C++和Mma代码实现,以此学习Mma(已经被它的简洁给折服了..)。 题目 If we list all the natural numbers ...
分类:其他好文   时间:2015-05-12 22:51:29    阅读次数:125
POJ2082---Terrible Sets(单调栈)
Description Let N be the set of all natural numbers {0 , 1 , 2 , … }, and R be the set of all real numbers. wi, hi for i = 1 … n are some elements in N, and w0 = 0. Define set B = { | x, y ∈...
分类:其他好文   时间:2015-05-07 22:09:58    阅读次数:139
[POJ 2356] Find a multiple
Find a multipleTime Limit: 1000MSMemory Limit: 65536KTotal Submissions: 6535Accepted: 2849Special JudgeDescriptionThe input contains N natural (i.e. p...
分类:其他好文   时间:2015-05-03 23:23:27    阅读次数:202
Analyzing the Meaning of Sentences
1. How can we represent natural language meaning so that a computer can process these representations?2. How can we associate meaning representations ...
分类:其他好文   时间:2015-04-25 15:02:24    阅读次数:121
403条   上一页 1 ... 29 30 31 32 33 ... 41 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!