Website overhaul
This commit is contained in:
@ -1,11 +1,23 @@
|
||||
---
|
||||
layout: single
|
||||
title: "Learning Soccer-Team Vecors"
|
||||
categories: research
|
||||
excerpt: "Team market value estimation, similarity search and rankings."
|
||||
title: "Soccer Team Vectors"
|
||||
categories: research
|
||||
tags: machine-learning representation-learning sports-analytics similarity-search
|
||||
excerpt: "STEVE learns soccer team embeddings from match data for analysis."
|
||||
header:
|
||||
teaser: assets/figures/2_steve_algo.jpg
|
||||
teaser: /assets/figures/2_steve_algo.jpg
|
||||
scholar_link: "https://scholar.google.de/citations?user=NODAd94AAAAJ&hl=en"
|
||||
---
|
||||
{:style="display:block; width:60%" .align-center}
|
||||
This research introduces **STEVE (Soccer Team Vectors)**, a novel methodology for learning meaningful, real-valued vector representations (embeddings) for professional soccer teams. The primary goal is to capture intrinsic team characteristics and relationships within a continuous vector space, such that teams with similar playing styles, strengths, or performance levels are positioned closely together.
|
||||
|
||||
This study introduces STEVE (Soccer Team Vectors), a novel method for generating real-valued vectors representing soccer teams, organized so that similar teams are proximate in vector space. Utilizing publicly available match data, these vectors facilitate various machine learning applications, notably excelling in team market value estimation and enabling effective similarity search and team ranking. STEVE demonstrates superior performance over competing models in these domains. For further details, please consult the work by {% cite muller2020soccer %}.
|
||||
Leveraging widely available public data from soccer matches (e.g., results, possibly performance statistics), STEVE employs machine learning techniques to generate these low-dimensional team vectors.
|
||||
|
||||
The utility of these learned representations is demonstrated through several downstream applications:
|
||||
|
||||
{:style="display:block; width:60%" .align-right}
|
||||
|
||||
* **Team Market Value Estimation:** The vectors serve as effective features for predicting team market values, outperforming baseline models.
|
||||
* **Similarity Search:** The vector space allows for efficient identification of teams similar to a given query team based on proximity.
|
||||
* **Team Ranking:** The embeddings provide a basis for generating data-driven team rankings.
|
||||
|
||||
Across these application domains, STEVE demonstrated superior performance compared to competing approaches evaluated in the study. This work provides a valuable tool for quantitative analysis in sports analytics, enabling various machine learning tasks related to team comparison and prediction. For a comprehensive description of the methodology and results, please refer to the publication by {% cite muller2020soccer %}.
|
Reference in New Issue
Block a user