自然语言处理(Natural Language Processing,NLP)是计算机科学领域与人工智能领域中的一个重要方向。简单点说就是怎样让计算机能够理解人类的语言,以执行如机器翻译、文本分析、情感分析等任务。 自然语言处理是人工智能领域比较火热的方向,本人决定入坑是因为听那个谁说,这个方向对数 ...
分类:
编程语言 时间:
2020-04-20 21:20:49
阅读次数:
98
自然语言。 语言: 主谓宾 ! I am sorry 我是谁。? 陈述句: 主谓宾 (听语) 帮我找人 祈使句:please DO IT 疑问句:你是谁?——这是谁的? 你是他吗? who are U ...
分类:
其他好文 时间:
2020-04-18 15:28:34
阅读次数:
52
NLP 1、NLP=NLU+NLG 语义理解 意思生成文本或者语义 NLU:语音/文本->意思 natural language understanding NLG:意思->文本/语音 natural language generation 2、为什么NLP比别的更难?why NLP is hard ...
分类:
其他好文 时间:
2020-04-15 00:14:13
阅读次数:
93
Trees are an important component of the natural landscape because of their prevention of erosion and the provision of a specific ather-sheltered ecosy ...
分类:
其他好文 时间:
2020-03-26 23:12:43
阅读次数:
109
Scientists say a lot about the problems of global warming and cooling of the Earth. Indeed, such natural phenomena strongly influence all life on our ...
分类:
其他好文 时间:
2020-02-25 12:58:14
阅读次数:
90
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 nece ...
分类:
其他好文 时间:
2020-02-21 20:07:51
阅读次数:
74
Special Pythagorean triplet A Pythagorean triplet is a set of three natural numbers, $a using namespace std; int main() { for (int i = 1; i <= 1000/3; ...
分类:
其他好文 时间:
2020-02-17 20:11:32
阅读次数:
107
文章名《Deepening Hidden Representations from Pre-trained Language Models for Natural Language Understanding》,2019,单位:上海交大 从预训练语言模型中深化语言表示 摘要:基于Transforme ...
分类:
其他好文 时间:
2020-02-07 01:29:46
阅读次数:
163
打开一篇多图的微信公众好文章。在图片加载过程中,我们发现微信对每一个img都塞了也个占位图,而且占位图的宽高就是实际加载完图的宽高。这是如何做到的呢? 1.微信所有的img标签里,都有自定义的data-ratio,data-w.这两个属性是关键. //data-w:是图片的natural width ...
分类:
微信 时间:
2020-01-16 01:02:40
阅读次数:
286
This is my first note of CS224N (Natural Language Processing with Deep Learning), hoping could finish this class in the near future! Lecture1 drew an ...
分类:
其他好文 时间:
2020-01-15 21:29:44
阅读次数:
96