Skip to content

Commit d6e6b80

Browse files
committed
publi ambroise
1 parent a9ec2f1 commit d6e6b80

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

_bibliography/in_production.bib

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,4 @@ @article{giorgi2024
1818
}
1919
}
2020

21-
@article{ambroise2024,
22-
bibtex_show = {true},
23-
author = {Laplante, Félix and Ambroise, Christophe},
24-
publisher = {French Statistical Society},
25-
title = {Spectral Bridges: Scalable Spectral Clustering Based on Vector Quantization},
26-
journal = {Computo},
27-
year = 2024,
28-
url = {https://computo.sfds.asso.fr/published-202412-ambroise-spectral/},
29-
doi = {10.57750/1gr8-bk61},
30-
issn = {2824-7795},
31-
type = {{Research article}},
32-
domain = {Machine Learning},
33-
language = {R},
34-
repository = {published-202412-ambroise-spectral},
35-
langid = {en},
36-
abstract = {In this paper, Spectral Bridges, a novel clustering algorithm, is introduced. This algorithm builds upon the traditional k-means and spectral clustering frameworks by subdividing data into small Voronoï regions, which are subsequently merged according to a connectivity measure. Drawing inspiration from Support Vector Machine’s margin concept, a non-parametric clustering approach is proposed, building an affinity margin between each pair of Voronoï regions. This approach delineates intricate, non-convex cluster structures and is robust to hyperparameter choice. The numerical experiments underscore Spectral Bridges as a fast, robust, and versatile tool for clustering tasks spanning diverse domains. Its efficacy extends to large-scale scenarios encompassing both real-world and synthetic datasets. The Spectral Bridge algorithm is implemented both in Python (https://pypi.org/project/spectral-bridges) and R (https://github.com/cambroise/spectral-bridges-Rpackage).
37-
}
38-
}
39-
4021

_bibliography/published.bib

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
@article{ambroise2024,
2+
bibtex_show = {true},
3+
author = {Laplante, Félix and Ambroise, Christophe},
4+
publisher = {French Statistical Society},
5+
title = {Spectral Bridges: Scalable Spectral Clustering Based on Vector Quantization},
6+
journal = {Computo},
7+
year = 2024,
8+
url = {https://computo.sfds.asso.fr/published-202412-ambroise-spectral/},
9+
doi = {10.57750/1gr8-bk61},
10+
issn = {2824-7795},
11+
type = {{Research article}},
12+
domain = {Machine Learning},
13+
language = {R},
14+
repository = {published-202412-ambroise-spectral},
15+
langid = {en},
16+
abstract = {In this paper, Spectral Bridges, a novel clustering algorithm, is introduced. This algorithm builds upon the traditional k-means and spectral clustering frameworks by subdividing data into small Voronoï regions, which are subsequently merged according to a connectivity measure. Drawing inspiration from Support Vector Machine’s margin concept, a non-parametric clustering approach is proposed, building an affinity margin between each pair of Voronoï regions. This approach delineates intricate, non-convex cluster structures and is robust to hyperparameter choice. The numerical experiments underscore Spectral Bridges as a fast, robust, and versatile tool for clustering tasks spanning diverse domains. Its efficacy extends to large-scale scenarios encompassing both real-world and synthetic datasets. The Spectral Bridge algorithm is implemented both in Python (https://pypi.org/project/spectral-bridges) and R (https://github.com/cambroise/spectral-bridges-Rpackage).
17+
}
18+
}
19+
120
@article{legrand2024,
221
bibtex_show = {true},
322
author = {Legrand, Juliette and Pimont, François and Dupuy, Jean-Luc

0 commit comments

Comments
 (0)