Latent Classification Models
Helge Langseth,Thomas D. Nielsen +1 more
TL;DR: This paper proposes a new set of models for classification in continuous domains, termed latent classification models, and presents algorithms for learning both the parameters and the structure of a latent classification model, and demonstrates empirically that the accuracy of the proposed model is significantly higher than theuracy of other probabilistic classifiers.
read more
Abstract: One of the simplest, and yet most consistently well-performing set of classifiers is the Naive Bayes models. These models rely on two assumptions: (i) All the attributes used to describe an instance are conditionally independent given the class of that instance, and (ii) all attributes follow a specific parametric family of distributions. In this paper we propose a new set of models for classification in continuous domains, termed latent classification models. The latent classification model can roughly be seen as combining the Naive Bayes model with a mixture of factor analyzers, thereby relaxing the assumptions of the Naive Bayes classifier. In the proposed model the continuous attributes are described by a mixture of multivariate Gaussians, where the conditional dependencies among the attributes are encoded using latent variables. We present algorithms for learning both the parameters and the structure of a latent classification model, and we demonstrate empirically that the accuracy of the proposed model is significantly higher than the accuracy of other probabilistic classifiers.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
Machine learning
TL;DR: Machine learning addresses many of the same research questions as the fields of statistics, data mining, and psychology, but with differences of emphasis.
A latent model for collaborative filtering
Helge Langseth,Thomas D. Nielsen +1 more
TL;DR: This work proposes a probabilistic collaborative filtering model that explicitly represents all items and users simultaneously in the model and shows that the proposed system obtains significantly better results than other collaborative filtering systems.
50
Learning Hierarchies from ICA Mixtures
Addisson Salazar,Jorge Igual,Luis Vergara,Arturo Serrano +3 more
- 29 Oct 2007
TL;DR: This paper presents a novel procedure to classify data from mixtures of independent component analyzers by clustering the ICA mixtures following a bottom-up agglomerative scheme to construct a hierarchy for classification.
19
•Posted Content
AMIDST: a Java Toolbox for Scalable Probabilistic Machine Learning
Andrés R. Masegosa,Ana M. Martínez,Darío Ramos-López,Rafael Cabañas,Antonio Salmerón,Thomas D. Nielsen,Helge Langseth,Anders L. Madsen +7 more
TL;DR: AMIDST as mentioned in this paper is a toolbox for scalable probabilistic machine learning with a focus on (massive) streaming data, and it supports a flexible modeling language based on Probabilistic graphical models with latent variables and temporal dependencies.
•Dissertation
Simple low cost causal discovery using mutual information and domain knowledge
Adrian Joseph
- 01 Jan 2011
TL;DR: This paper looks at the performance of an expert constructed BN compared with other machine learning (ML) techniques for predicting the outcome (win, lose, or draw) of matches played by Tottenham Hotspur Football Club.
13
References
Estimating the Dimension of a Model
TL;DR: In this paper, the problem of selecting one of a number of models of different dimensions is treated by finding its Bayes solution, and evaluating the leading terms of its asymptotic expansion.
Estimating the dimension of a model
Gideon Schwarz
- 01 Jan 2005
TL;DR: In this paper, the problem of selecting one of a number of models of different dimensions is treated by finding its Bayes solution, and evaluating the leading terms of its asymptotic expansion.
40.6K
•Book
Neural networks for pattern recognition
Christopher M. Bishop
- 01 Jan 1995
TL;DR: This is the first comprehensive treatment of feed-forward neural networks from the perspective of statistical pattern recognition, and is designed as a text, with over 100 exercises, to benefit anyone involved in the fields of neural computation and pattern recognition.
A Tutorial on Support Vector Machines for Pattern Recognition
TL;DR: There are several arguments which support the observed high accuracy of SVMs, which are reviewed and numerous examples and proofs of most of the key theorems are given.