base init

This commit is contained in:
2023-12-03 18:05:58 +01:00
parent bc0c83c0c4
commit 04aff34e9d
709 changed files with 1137 additions and 18147 deletions

View File

@ -0,0 +1,13 @@
---
layout: single
title: "Learning Soccer-Team Vecors"
categories: research
excerpt: "Team market value estimation, similarity search and rankings."
header:
teaser: assets/figures/2_steve_algo.jpg
---
In this work we present STEVE - Soccer TEam VEctors, a principled approach for learning real valued vectors for soccer teams where similar teams are close to each other in the resulting vector space. STEVE only relies on freely available information about the matches teams played in the past. These vectors can serve as input to various machine learning tasks. Evaluating on the task of team market value estimation, STEVE outperforms all its competitors. Moreover, we use STEVE for similarity search and to rank soccer teams.
{% cite muller2020soccer %}
![STEVE Algorithm](\assets\figures\2_steve_algo.jpg){:style="display:block; margin-left:auto; margin-right:auto;"}