Gender_Classification:适用于PAN 2018的“基于卷积神经网络的推文中的性别预测”中描述的软件

时间:2024-05-17 07:10:16
【文件属性】:

文件名称:Gender_Classification:适用于PAN 2018的“基于卷积神经网络的推文中的性别预测”中描述的软件

文件大小:782KB

文件格式:ZIP

更新时间:2024-05-17 07:10:16

Python

带有CNN字符的性别分类 适用于PAN 2018的论文“基于卷积神经网络的推文中的性别预测”的软件 安装与执行 您可以通过git clone https://github.com/Darg-Iztech/Gender_Classification.git访问代码 在命令行中执行pip install -r requirements.txt以获取相关程序包 您可以从下载数据集 我们的软件使用嵌入来获取单词ID并创建词汇表,这就是为什么可以使用在Twitter中预先训练的嵌入向量(Twitter的词汇与其他正式形式不同)的原因。 例如 您可以将代码作为python main.py -i absolute_path_to_dataset -o absolute_path_of_output 该软件可随Python 2.7和Python 3.x移植 如果您对代码有任何疑问,请随时与我们分享。


【文件预览】:
Gender_Classification-master
----preprocessing.py(10KB)
----text_cnn.py(4KB)
----requirements.txt(58B)
----LICENSE(1KB)
----params.py(838B)
----README.md(987B)
----char_embeddings.27B.25d.txt(1.81MB)
----.idea()
--------misc.xml(185B)
--------workspace.xml(15KB)
--------vcs.xml(180B)
--------Gender_Classification.iml(455B)
--------modules.xml(294B)
----__pycache__()
--------text_cnn.cpython-36.pyc(2KB)
--------params.cpython-36.pyc(1KB)
--------preprocessing.cpython-36.pyc(7KB)
----main.py(19KB)

网友评论