摘要:
Compare to The Knowledge: Graph Neural Fake News Detection with External Knowledge 知识对比:基于外部知识的图神经虚假新闻检测 作者:Linmei Hu ;Chuan Shi 北京邮电大学 2021年ACL https 阅读全文
摘要:
BART: Denoising Sequence-to-Sequence Pre-training for Natural Language Generation, Translation, and Comprehension BART:用于自然语言生成、翻译和理解的seq2seq去噪预训练器 作者 阅读全文
摘要:
CNN用于图像识别 最后accuracy on test set:98% 1 import torch 2 import torch.nn as nn 3 from torchvision import transforms 4 from torchvision import datasets 5 阅读全文