Giter Site home page Giter Site logo

jiaxiangbu / rumor_detection_2019_ncovex Goto Github PK

View Code? Open in Web Editor NEW
13.0 2.0 6.0 4 KB

疫情期间互联网虚假新闻检测实现代码和解析

Home Page: https://jiaxiangbu.github.io/rumor_detection_2019_ncov/

License: MIT License

covid-19 multi-domain

rumor_detection_2019_ncovex's Issues

关于程序的一些个人问题

作者君您好,在实现代码过程中,应该是由于官方数据变化的原因,训练集多加了几个label,所以想问一下,np.save( "../data/train_label.npy",train["label"].to_numpy())生成的文件中train_label指的是什么?现有的是
ncw_ label:取值为{0,1},0表示需要进行真假判断,1表示不需要进行真假判断。
fake_ label:取值为{0,1},0表示非虚假新闻,1表示虚假新闻。
real_ label:取值为{0,1},0表示非真实新闻,1表示真实新闻。

zh.vec文件缺失

你好,我在尝试运行你的代码时,发现有个zh.vec文件,请问这个文件是哪里来的?我在比赛网站上并没有看到这个文件呀。
应该是自己做的中文词向量文件,请问能开源吗?

2.1 加载训练好的词向量 中,第一行
zh_model = KeyedVectors.load_word2vec_format('../data/zh.vec')

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.