当前位置:网站首页>GCN thinking - word2vec directly calculates text classification
GCN thinking - word2vec directly calculates text classification
2022-07-03 12:34:00 【kvnew】
Optimize one :
reference GCN Thought , In the process of training, there is an edge between words ( For example, the interval between the same sentence is no more than 5 Two words of ), So in word2vec in , Words are used to predict words , such as CBOW in 4 A word predicts an intermediate word , Then the same model can be used in training CBOW When predicting, predict an article at the same time .
At this moment huffman code Is by word 、 Article categories Made up of .
Optimization II :
Conventional text-gcn It's semi supervised learning , Every doc and word It's all one node, The adjacent 5 individual word There's always edge, doc And all that it contains word There is also a edge, In fact, it is the clustering work , That is, unknown kinds doc Also as a node Put in the picture , This cannot be used to estimate the new samples , For example, in the online prediction scenario , It can't be used .
Then can you doc Don't put it in the figure , And just word-word Create a graph , This is equivalent to GCN+Fasttext or GCN + CNN To predict .
边栏推荐
猜你喜欢
使用BLoC 构建 Flutter的页面实例
Shutter: overview of shutter architecture (excerpt)
Cloud Computing future - native Cloud
【ArcGIS自定义脚本工具】矢量文件生成扩大矩形面要素
4000 word super detailed pointer
Sword finger offer05 Replace spaces
Fluent: Engine Architecture
Sword finger offer10- I. Fibonacci sequence
With pictures and texts, summarize the basic review of C language in detail, so that all kinds of knowledge points are clear at a glance?
idea将web项目打包成war包并部署到服务器上运行
随机推荐
(construction notes) learn the specific technology of how to design reusable software entities from three levels: class, API and framework
023(【模板】最小生成树)(最小生成树)
Eureka自我保护
2020-10_ Development experience set
Develop plug-ins for idea
[combinatorics] permutation and combination (example of permutation and combination)
2020-11_ Technical experience set
New features of ES6
Fluent: Engine Architecture
Shutter: overview of shutter architecture (excerpt)
在网上炒股开户可以吗?资金安全吗?
Shutter: about inheritedwidget
[embedded] - Introduction to four memory areas
wpa_ cli
Unicode查询的官方网站
Jsup crawls Baidu Encyclopedia
repo Manifest Format
Basic knowledge of OpenGL (sort it out according to your own understanding)
Summary of development issues
145. Post order traversal of binary tree