Predict NBA games, make money — machine learning project

栏目: IT技术 · 发布时间: 5年前

内容简介:Past performance doesn’t indicate future performance… unless…we can get 136% returns….? :wink:The bettor and the bookie don’t have much in common — one could describe their relationship as a rivalry, a duel, a war. But in their sleep, they drool over the s

Predict NBA games, make money — machine learning project

Past performance doesn’t indicate future performance… unless…we can get 136% returns….? :wink:

Apr 9 ·4min read

Predict NBA games, make money — machine learning project

mfw my deep learning model compiles // made on photomosh.com

The bettor and the bookie don’t have much in common — one could describe their relationship as a rivalry, a duel, a war. But in their sleep, they drool over the same fantasy: a model of historical performance so perfect it predicts the outcome of future games with pinpoint precision . With deep learning, this might be possible — or at least easier than previous data science techniques.

I read a lot of good and bad journal articles to see if this was possible and here are the good ones:

The underlying assumption is that NBA markets are inefficient (the price or betting line does not reflect all available information for the game) — and maybe more inefficient than most markets because of the bias of hardcore fans to just bet on their favourite team. If you can bet against the inefficiencies of the market, you can make money. One of the ways we could identify inefficiencies is by analysing the cold hard numbers.

Although many models that attempt this challenge are accurate, most are nowhere near close to making a profit. The reason for this is simple: the bookies are extremely accurate as well. Even if you match the bookie accuracy, you will lose because of the 5% betting fee/house edge.

Predict NBA games, make money — machine learning project

https://www.football-data.co.uk/blog/nba_pinnacle_efficiency.php

The graph on the left is bet365 money line vs actual win percentage. A successful model will have to predict those minute fluctuations of the bookie from the perfect regression.

My model, built in Python with Tensorflow, analyses the past 11 NBA seasons and in many ways, is similar to every other deep learning model that attempted this problem with one crucial difference — it uses a custom loss function to decorrelate from the bookies. We are trying to pick the games the bookie has misgudged the actual percentage.


以上所述就是小编给大家介绍的《Predict NBA games, make money — machine learning project》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

MySQL必知必会

MySQL必知必会

[英] Ben Forta / 刘晓霞、钟鸣 / 人民邮电出版社 / 2009-1 / 39.00元

《MySQL必知必会》MySQL是世界上最受欢迎的数据库管理系统之一。书中从介绍简单的数据检索开始,逐步深入一些复杂的内容,包括联结的使用、子查询、正则表达式和基于全文本的搜索、存储过程、游标、触发器、表约束,等等。通过重点突出的章节,条理清晰、系统而扼要地讲述了读者应该掌握的知识,使他们不经意间立刻功力大增。一起来看看 《MySQL必知必会》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试