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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Predict winner of a Dota 2 match using neural networks

3 点作者 Risse将近 8 年前

1 comment

Risse将近 8 年前
Background:<p>I wanted to make a simple machine learning project, so I came up with an idea: can you predict the winning team of a Dota match based on picks alone? Input is the team composition from both sides, and output is the probability of either team winning.<p>The data:<p>Data is from OpenDota.com (an excellent resource and a really flexible API). The source data is all professional matches on patch 7.06 and above.<p>Recommended usage:<p>I recommend you go to the matches page in OpenDota.com and paste a match ID from any of the professional matches and see the prediction. For example: 3344489368, 3337182753, 3331909193<p>Technology:<p>The backend is on node and the ML library used is brain.js. It&#x27;s a great library, really easy to use even for a total ML newbie.