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》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

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

Ajax开发精要

Ajax开发精要

柯自聪 / 电子工业出版社 / 2006 / 45.00

书籍目录: 概念篇 第1章 Ajax介绍 2 1.1 Ajax的由来 2 1.2 Ajax的定义 3 1.3 Web应用程序的解决方案 5 1.4 Ajax的工作方式 7 1.5 小结 8 第2章 B/S请求响应机制与Web开发模式 9 2.1 HTTP请求响应模型 9 2.2 B/S架构的请求响应机......一起来看看 《Ajax开发精要》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

MD5 加密
MD5 加密

MD5 加密工具