paper-with-me

Papers

A Learning Algorithm for Relational Logistic Regression: Preliminary Results

2016-06-28 · Bahare Fatemi, Seyed Mehran Kazemi, David Poole

Relational logistic regression (RLR) is a representation of conditional probability in terms of weighted formulae for modelling multi-relational data. In this paper, we develop a learning algorithm for RLR models. Learning an RLR model from data consists of two steps: 1- learning the set of formulae to be used in the model (a.k.a. structure learning) and learning the weight of each formula (a.k.a. parameter learning). For structure learning, we deploy Schmidt and Murphy's hierarchical assumption: first we learn a model with simple formulae, then more complex formulae are added iteratively only if all their sub-formulae have proven effective in previous learned models. For parameter learning, we convert the problem into a non-relational learning problem and use an off-the-shelf logistic regression learning algorithm from Weka, an open-source machine learning tool, to learn the weights. We also indicate how hidden features about the individuals can be incorporated into RLR to boost the learning performance. We compare our learning algorithm to other structure and parameter learning algorithms in the literature, and compare the performance of RLR models to standard logistic regression and RDN-Boost on a modified version of the MovieLens data-set.

📄 PDF Abstract BibTeX arXiv:1606.08531

Code (0)

등록된 구현이 없습니다.

Tasks

regressionRelational Reasoning

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

Scaling the weight parameters in Markov logic networks and relational logistic regression models

2021-03-28 · Felix Weitkämper

We consider Markov logic networks and relational logistic regression as two fundamental representation formalisms in statistical relational artificial intelligence that use weighted formulas in their specification. Howev…

regression

Structure Learning for Relational Logistic Regression: An Ensemble Approach

2018-08-06 · Nandini Ramanan, Gautam Kunapuli, Tushar Khot, Bahare Fatemi 외

We consider the problem of learning Relational Logistic Regression (RLR). Unlike standard logistic regression, the features of RLRs are first-order formulae with associated weight vectors instead of scalar weights. We tu…

regression

Stochastic Gradient Descent for Relational Logistic Regression via Partial Network Crawls

2017-07-24 · Jiasen Yang, Bruno Ribeiro, Jennifer Neville

Research in statistical relational learning has produced a number of methods for learning relational models from large-scale network data. While these methods have been successfully applied in various domains, they have …

regressionRelational Reasoning

RelNN: A Deep Neural Model for Relational Learning

2017-12-07 · Seyed Mehran Kazemi, David Poole

Statistical relational AI (StarAI) aims at reasoning and learning in noisy domains described in terms of objects and relationships by combining probability with first-order logic. With huge advances in deep learning in t…

modelregressionRelational Reasoning

A Randomised Subspace Gauss-Newton Method for Nonlinear Least-Squares

2022-11-10 · Coralia Cartis, Jaroslav Fowkes, Zhen Shao

We propose a Randomised Subspace Gauss-Newton (R-SGN) algorithm for solving nonlinear least-squares optimization problems, that uses a sketched Jacobian of the residual in the variable domain and solves a reduced linear …

regression