paper-with-me

Papers

Machine Learning with Probabilistic Law Discovery: A Concise Introduction

2022-12-22 · Alexander Demin, Denis Ponomaryov

Probabilistic Law Discovery (PLD) is a logic based Machine Learning method, which implements a variant of probabilistic rule learning. In several aspects, PLD is close to Decision Tree/Random Forest methods, but it differs significantly in how relevant rules are defined. The learning procedure of PLD solves the optimization problem related to the search for rules (called probabilistic laws), which have a minimal length and relatively high probability. At inference, ensembles of these rules are used for prediction. Probabilistic laws are human-readable and PLD based models are transparent and inherently interpretable. Applications of PLD include classification/clusterization/regression tasks, as well as time series analysis/anomaly detection and adaptive (robotic) control. In this paper, we outline the main principles of PLD, highlight its benefits and limitations and provide some application guidelines.

📄 PDF Abstract BibTeX arXiv:2212.11901

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionTime SeriesTime Series Analysis

Similar Papers 제목 키워드 기반

Probabilistic Graphical Models: A Concise Tutorial

2025-07-23 · Jacqueline Maasch, Willie Neiswanger, Stefano Ermon, Volodymyr Kuleshov arxiv

Probabilistic graphical modeling is a branch of machine learning that uses probability distributions to describe the world, make predictions, and support decision-making under uncertainty. Underlying this modeling framew…

Application and Computation of Probabilistic Neural Plasticity

2019-05-25 · Soaad Hossain

The discovery of neural plasticity has proved that throughout the life of a human being, the brain reorganizes itself through forming new neural connections. The formation of new neural connections are achieved through t…

Introduction to the Analysis of Probabilistic Decision-Making Algorithms

2025-08-29 · Agustinus Kristiadi arxiv

Decision theories offer principled methods for making choices under various types of uncertainty. Algorithms that implement these theories have been successfully applied to a wide range of real-world problems, including …

Gaussian ProcessesDrug Discovery

Introduction to Machine Learning for Accelerator Physics

2020-06-17 · Daniel Ratner

This pair of CAS lectures gives an introduction for accelerator physics students to the framework and terminology of machine learning (ML). We start by introducing the language of ML through a simple example of linear re…

BIG-bench Machine Learningregressionreinforcement-learningReinforcement Learning (RL)

A visual introduction to Gaussian Belief Propagation

2021-07-05 · Joseph Ortiz, Talfan Evans, Andrew J. Davison

In this article, we present a visual introduction to Gaussian Belief Propagation (GBP), an approximate probabilistic inference algorithm that operates by passing messages between the nodes of arbitrarily structured facto…