-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCITATION.cff
More file actions
33 lines (32 loc) · 1.22 KB
/
CITATION.cff
File metadata and controls
33 lines (32 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: >-
torchsom: The Reference PyTorch Library for Self-Organizing Maps
message: 'If you use this software, please cite both the article and the software itself.'
type: software
authors:
- given-names: Louis
family-names: Berthier
email: louis-desire-romeo.berthier@michelin.com
affiliation: 'Manufacture Française des Pneumatiques Michelin; Centre de Mathématiques Appliquées (CMAP), Ecole Polytechnique'
orcid: 'https://orcid.org/0009-0009-9654-2448'
website: 'https://louistier.github.io/'
repository-code: 'https://github.com/michelin/TorchSOM'
url: 'https://opensource.michelin.io/TorchSOM'
abstract: >-
TorchSOM is a PyTorch-based library for training Self-Organizing Maps (SOMs),
a model trained in an unsupervised manner, that can be used for clustering,
dimensionality reduction and data visualization.
It is designed to be scalable and user-friendly.
keywords:
- Self-Organizing Maps
- PyTorch
- Unsupervised Learning
- Dimensionality Reduction
- Clustering
- Machine Learning
- Data Visualization
license: Apache-2.0
version: 1.1.1
date-released: '2025-09-01'