paper-with-me

Papers

StreamSoNG: A Soft Streaming Classification Approach

2020-10-01 · Wenlong Wu, James M. Keller, Jeffrey Dale, James C. Bezdek

Examining most streaming clustering algorithms leads to the understanding that they are actually incremental classification models. They model existing and newly discovered structures via summary information that we call footprints. Incoming data is normally assigned a crisp label (into one of the structures) and that structure's footprint is incrementally updated. There is no reason that these assignments need to be crisp. In this paper, we propose a new streaming classification algorithm that uses Neural Gas prototypes as footprints and produces a possibilistic label vector (of typicalities) for each incoming vector. These typicalities are generated by a modified possibilistic k-nearest neighbor algorithm. The approach is tested on synthetic and real image datasets. We compare our approach to three other streaming classifiers based on the Adaptive Random Forest, Very Fast Decision Rules, and the DenStream algorithm with excellent results.

📄 PDF Abstract BibTeX arXiv:2010.00635

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationClusteringGeneral Classification

Similar Papers 제목 키워드 기반

Streaming Active Learning for Regression Problems Using Regression via Classification

2023-09-02 · Shota Horiguchi, Kota Dohi, Yohei Kawaguchi

One of the challenges in deploying a machine learning model is that the model's performance degrades as the operating environment changes. To maintain the performance, streaming active learning is used, in which the mode…

Active LearningClassificationregression

PySAD: A Streaming Anomaly Detection Framework in Python

2020-09-05 · Selim F. Yilmaz, Suleyman S. Kozat

PySAD is an open-source python framework for anomaly detection on streaming data. PySAD serves various state-of-the-art methods for streaming anomaly detection. The framework provides a complete set of tools to design an…

Anomaly Detection

Streaming Generalized Canonical Polyadic Tensor Decompositions

2021-10-27 · Eric Phipps, Nick Johnson, Tamara G. Kolda

In this paper, we develop a method which we call OnlineGCP for computing the Generalized Canonical Polyadic (GCP) tensor decomposition of streaming data. GCP differs from traditional canonical polyadic (CP) tensor decomp…

CPUGPUTensor Decomposition

On the Comparison of Popular End-to-End Models for Large Scale Speech Recognition

2020-05-28 · Jinyu Li, Yu Wu, Yashesh Gaur, Chengyi Wang 외

Recently, there has been a strong push to transition from hybrid models to end-to-end (E2E) models for automatic speech recognition. Currently, there are three promising E2E methods: recurrent neural network transducer (…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Decoderspeech-recognition+1

AMIDST: a Java Toolbox for Scalable Probabilistic Machine Learning

2017-04-04 · Andrés R. Masegosa, Ana M. Martínez, Darío Ramos-López, Rafael Cabañas 외

The AMIDST Toolbox is a software for scalable probabilistic machine learning with a spe- cial focus on (massive) streaming data. The toolbox supports a flexible modeling language based on probabilistic graphical models w…

BIG-bench Machine Learning