About 1,030,000 results
Open links in new tab
  1. Apr 29, 2009 · Introduction Learning vector Quantization (LVQ) is a neural net that combines competitive learning with supervision. It can be used for pattern classi cation.

  2. Generalized Matrix Learning Vector Quantization ... - Springer

    Mar 10, 2025 · The findings reveal significant advancements and applications of the Generalized Matrix Learning Vector Quantization across healthcare, bioinformatics, and agriculture. The analyzed …

  3. SurvivalLVQ: Interpretable supervised clustering and prediction in ...

    Sep 1, 2024 · One algorithm that results in interpretable subgroups and employs outcome information is Learning Vector Quantization (LVQ), which was proposed in the context of classification tasks [6]. …

  4. Probabilistic learning vector quantization on manifold of symmetric ...

    Oct 1, 2021 · Probabilistic learning vector quantization with cross-entropy for probabilistic class assignments in classification learning. In Proceedings of the 17th international conference on artificial …

  5. Learning Vector Quantization (LVQ): A Prototype-Based Classification ...

    Nov 7, 2023 · Learning Vector Quantization, often abbreviated as LVQ, is a classification method that represents each class by one or several prototype vectors. These prototypes are iteratively adjusted …

  6. Learning Vector Quantization-Based Fuzzy Rules Oversampling Method

    Jun 20, 2024 · To address this issue, a novel fuzzy rule oversampling approach is developed based on the learning vector quantization (LVQ) algorithm. In this method, the label information of the training …

  7. 学习矢量量化(Learning Vector Quantization, LVQ)-CSDN博客

    Apr 5, 2024 · 学习矢量量化(Learning Vector Quantization,LVQ),是一种用于模式分类的有监督的学习算法,也是一种结构简单、功能强大的有监督的神经网络分类算法。 主要的类型有LVQ1、LVQ2 …

  8. Multi-mode energy management strategy for fuel cell electric vehicles ...

    Jun 15, 2018 · An LVQ (learning vector quantization) neural network used in this article is a forward neural network [52]. The advantage is that we can simply obtain the global optimum by direct …

  9. miikeydev/Learning-Vector-Quantization-LVQ-Explained - GitHub

    This repository contains the Jupyter Notebook for my Medium article on Learning Vector Quantization (LVQ), a prototype-based machine learning algorithm for classification.

  10. Learning Vector Quantization (LVQ) From Scratch Python

    Aug 25, 2022 · Learning Vector Quantization (LVQ) From Scratch Python Today we will go over the algorithm of Learning Vector Quantization. It is not going to be a math class, but rather a gentle …