paper-with-me

Papers

Towards a HPC-oriented parallel implementation of a learning algorithm for bioinformatics applications

2016-10-18

Background: The huge quantity of data produced in Biomedical research needs sophisticated algorithmic methodologies for its storage, analysis, and processing. High Performance Computing (HPC) appears as a magic bullet in this challenge. However, several hard to solve parallelization and load balancing problems arise in this context. Here we discuss the HPC-oriented implementation of a general purpose learning algorithm, originally conceived for DNA analysis and recently extended to treat uncertainty on data (U BRAIN). The U-BRAIN algorithm is a learning algorithm that finds a Boolean formula in disjunctive normal form (DNF), of approximately minimum complexity, that is consistent with a set of data (instances) which may have missing bits. The conjunctive terms of the formula are computed in an iterative way by identifying, from the given data, a family of sets of conditions that must be satisfied by all the positive instances and violated by all the negative ones; such conditions allow the computation of a set of coefficients (relevances) for each attribute (literal), that form a probability distribution, allowing the selection of the term literals. The great versatility that characterizes it, makes U-BRAIN applicable in many of the fields in which there are data to be analyzed. However the memory and the execution time required by the running are of O(n3) and of O(n5) order, respectively, and so, the algorithm is unaffordable for huge data sets.

📄 PDF Abstract BibTeX arXiv:1610.05512

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeDNA analysis

Similar Papers 제목 키워드 기반

PL-NMF: Parallel Locality-Optimized Non-negative Matrix Factorization

2019-04-16 · Gordon E. Moon, Aravind Sukumaran-Rajam, Srinivasan Parthasarathy, P. Sadayappan

Non-negative Matrix Factorization (NMF) is a key kernel for unsupervised dimension reduction used in a wide range of applications, including topic modeling, recommender systems and bioinformatics. Due to the compute-inte…

Dimensionality ReductionRecommendation Systems

Parallel Algorithms for Densest Subgraph Discovery Using Shared Memory Model

2021-02-27 · B. D. M. De Zoysa, Y. A. M. M. A. Ali, M. D. I. Maduranga, Indika Perera 외

The problem of finding dense components of a graph is a widely explored area in data analysis, with diverse applications in fields and branches of study including community mining, spam detection, computer security and b…

Computer SecuritySpam detection

EBIC.JL -- an Efficient Implementation of Evolutionary Biclustering Algorithm in Julia

2021-05-03 · Paweł Renc, Patryk Orzechowski, Aleksander Byrski, Jarosław Wąs 외

Biclustering is a data mining technique which searches for local patterns in numeric tabular data with main application in bioinformatics. This technique has shown promise in multiple areas, including development of biom…

libHOG: Energy-Efficient Histogram of Oriented Gradient Computation

2015-09-15 · ITSC 2015 9 · Forrest Iandola, Matthew Moskewicz, Kurt Keutzer

Histogram of Oriented Gradients (HOG) features are the underlying representation in automotive computer vision applications such as collision avoidance and lane keeping. In these applications, we have observed that HO…

Collision AvoidanceCPUObject Detection

Minimal Filtering Algorithms for Convolutional Neural Networks

2020-04-12 · Aleksandr Cariow, Galina Cariowa

In this paper, we present several resource-efficient algorithmic solutions regarding the fully parallel hardware implementation of the basic filtering operation performed in the convolutional layers of convolution neural…