paper-with-me

Papers

SuSi: Supervised Self-Organizing Maps for Regression and Classification in Python

2019-03-26 · Felix M. Riese, Sina Keller

In many research fields, the sizes of the existing datasets vary widely. Hence, there is a need for machine learning techniques which are well-suited for these different datasets. One possible technique is the self-organizing map (SOM), a type of artificial neural network which is, so far, weakly represented in the field of machine learning. The SOM's unique characteristic is the neighborhood relationship of the output neurons. This relationship improves the ability of generalization on small datasets. SOMs are mostly applied in unsupervised learning and few studies focus on using SOMs as supervised learning approach. Furthermore, no appropriate SOM package is available with respect to machine learning standards and in the widely used programming language Python. In this paper, we introduce the freely available Supervised Self-organizing maps (SuSi) Python package which performs supervised regression and classification. The implementation of SuSi is described with respect to the underlying mathematics. Then, we present first evaluations of the SOM for regression and classification datasets from two different domains of geospatial image analysis. Despite the early stage of its development, the SuSi framework performs well and is characterized by only small performance differences between the training and the test datasets. A comparison of the SuSi framework with existing Python and R packages demonstrates the importance of the SuSi framework. In future work, the SuSi framework will be extended, optimized and upgraded e.g. with tools to better understand and visualize the input data as well as the handling of missing and incomplete data.

📄 PDF Abstract BibTeX arXiv:1903.11114

Code (1)

felixriese/susi 공식 구현

Tasks

BIG-bench Machine LearningGeneral Classificationregression

Methods 이 논문이 사용한 방법론

SOM The Self-Organizing Map (SOM), commonly also known as Kohonen network (Kohonen 1982, Kohonen 2001) is a computational method for the visualization and analysis of…

Similar Papers 제목 키워드 기반

Minimally Supervised Learning using Topological Projections in Self-Organizing Maps

2024-01-12 · Zimeng Lyu, Alexander Ororbia, Rui Li, Travis Desell

Parameter prediction is essential for many applications, facilitating insightful interpretation and decision-making. However, in many real life domains, such as power systems, medicine, and engineering, it can be very ex…

Decision MakingParameter Predictionregression

Outlier Detection using Self-Organizing Maps for Automated Blood Cell Analysis

2022-08-18 · Stefan Röhrl, Alice Hein, Lucie Huang, Dominik Heim 외

The quality of datasets plays a crucial role in the successful training and deployment of deep learning models. Especially in the medical field, where system performance may impact the health of patients, clean datasets …

Outlier DetectionOut-of-Distribution DetectionQuantization

A Semi-Supervised Self-Organizing Map for Clustering and Classification

2019-07-01 · Pedro H. M. Braga, Hansenclever F. Bassani

There has been an increasing interest in semi-supervised learning in the recent years because of the great number of datasets with a large number of unlabeled data but only a few labeled samples. Semi-supervised learning…

ClusteringGeneral Classification

Developing a machine learning framework for estimating soil moisture with VNIR hyperspectral data

2018-04-24 · Sina Keller, Felix M. Riese, Johanna Stötzer, Philipp M. Maier 외

In this paper, we investigate the potential of estimating the soil-moisture content based on VNIR hyperspectral data combined with LWIR data. Measurements from a multi-sensor field campaign represent the benchmark datase…

BIG-bench Machine Learningfeature selectionregression

Non-Euclidean Self-Organizing Maps

2021-09-24 · Dorota Celińska-Kopczyńska Eryk Kopczyński

Self-Organizing Maps (SOMs, Kohonen networks) belong to neural network models of the unsupervised class. In this paper, we present the generalized setup for non-Euclidean SOMs. Most data analysts take it for granted to u…

ClusteringDimensionality Reduction