
图神经网络GNN
SimonChenHere
PhD Candidate,计算机本,人工智能硕,网络安全博。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
命名实体识别(NER)资料收集
知识图谱和NER 当前命名实体识别的主要技术方法分为:基于规则和词典的方法、基于统计的方法、二者混合的方法、神经网络的方法等。 知识图谱-命名实体识别(NER)详解 https://www.cnblogs.com/huangyc/p/10064853.html ...原创 2020-06-14 20:58:29 · 545 阅读 · 0 评论 -
albert_test
import os os.environ['TF_CPP_MIN_LOG_LEVEL'] = '3' import tensorflow_hub as hub import tensorflow as tf import tokenization albert_module = hub.Module("https://tfhub.dev/google/albert_base/2", trainable=True) print(albert_mod原创 2020-05-23 15:12:13 · 310 阅读 · 0 评论 -
albert使用的中文语料
https://github.com/CLUEbenchmark/CLUE原创 2020-05-12 02:31:41 · 777 阅读 · 0 评论 -
GNN+NLP相关
https://zhuanlan.zhihu.com/p/76001080原创 2020-05-11 20:50:48 · 586 阅读 · 0 评论