Skip to main content

Showing 1–4 of 4 results for author: Pfeifer, D

Searching in archive cs. Search in all archives.
.
  1. arXiv:2408.15923  [pdf, other

    stat.ML cs.LG

    Generalized Naive Bayes

    Authors: Edith Alice Kovács, Anna Ország, Dániel Pfeifer, András Benczúr

    Abstract: In this paper we introduce the so-called Generalized Naive Bayes structure as an extension of the Naive Bayes structure. We give a new greedy algorithm that finds a good fitting Generalized Naive Bayes (GNB) probability distribution. We prove that this fits the data at least as well as the probability distribution determined by the classical Naive Bayes (NB). Then, under a not very restrictive con… ▽ More

    Submitted 28 August, 2024; originally announced August 2024.

    Comments: 44 pages, 19 figures

    MSC Class: 62C12; 62C10; 62-07

  2. arXiv:2205.04783  [pdf, other

    stat.ML cs.LG

    Matrix and graph representations of vine copula structures

    Authors: Dániel Pfeifer, Edith Alice Kovács

    Abstract: Vine copulas can efficiently model multivariate probability distributions. This paper focuses on a more thorough understanding of their structures, since in the literature, vine copula representations are often ambiguous. The graph representations include the original, cherry and chordal graph sequence structures, which we show equivalence between. Importantly we also show a new result, namely tha… ▽ More

    Submitted 10 March, 2023; v1 submitted 10 May, 2022; originally announced May 2022.

    Comments: 23 pages, 27 figures

    MSC Class: 62H10 (Primary); 68P05; 05C62; 05C85 (Seconday)

  3. arXiv:1904.06483  [pdf, other

    cs.IR cs.LG

    Topic Grouper: An Agglomerative Clustering Approach to Topic Modeling

    Authors: Daniel Pfeifer, Jochen L. Leidner

    Abstract: We introduce Topic Grouper as a complementary approach in the field of probabilistic topic modeling. Topic Grouper creates a disjunctive partitioning of the training vocabulary in a stepwise manner such that resulting partitions represent topics. It is governed by a simple generative model, where the likelihood to generate the training documents via topics is optimized. The algorithm starts with o… ▽ More

    Submitted 13 April, 2019; originally announced April 2019.

  4. arXiv:cs/0503022  [pdf, ps, other

    cs.DB

    Theory and Practice of Transactional Method Caching

    Authors: Daniel Pfeifer, Peter C. Lockemann

    Abstract: Nowadays, tiered architectures are widely accepted for constructing large scale information systems. In this context application servers often form the bottleneck for a system's efficiency. An application server exposes an object oriented interface consisting of set of methods which are accessed by potentially remote clients. The idea of method caching is to store results of read-only method inv… ▽ More

    Submitted 11 March, 2005; v1 submitted 9 March, 2005; originally announced March 2005.

    Report number: 2005-9 ACM Class: H.2.4.o; H.3.4.b; C.4