TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Gender Graph: Quantifying Gender Bias

5 点作者 kedmi将近 8 年前

2 条评论

snayz将近 8 年前
Thanks for checking out the Gender Graph project:)<p>The binary model is made by word2vec:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;dav&#x2F;word2vec" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;dav&#x2F;word2vec</a><p>Gender graph uses word embeddings trained by word2vec, the implementation is in the source repo under:<p>src&#x2F;gender_word_plotting.c
djsumdog将近 8 年前
So the source repo has a binary file in it, which seems to have been made by vec2bin:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;sneha-belkhale&#x2F;gender-word-plots" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;sneha-belkhale&#x2F;gender-word-plots</a><p>The python scripts are pretty simple. I&#x27;d like to see some methodology drill down &#x2F; peer-review to make sure these models are sane. I don&#x27;t really have the mathematics background myself.