paper-with-me

Papers

Efficient Tree Solver for Hines Matrices on the GPU

2018-10-30 · Felix Huber

The human brain consists of a large number of interconnected neurons communicating via exchange of electrical spikes. Simulations play an important role in better understanding electrical activity in the brain and offers a way to to compare measured data to simulated data such that experimental data can be interpreted better. A key component in such simulations is an efficient solver for the Hines matrices used in computing inter-neuron signal propagation. In order to achieve high performance simulations, it is crucial to have an efficient solver algorithm. In this report we explain a new parallel GPU solver for these matrices which offers fine grained parallelization and allows for work balancing during the simulation setup.

📄 PDF Abstract BibTeX arXiv:1810.12742

Code (0)

등록된 구현이 없습니다.

Tasks

GPU

Similar Papers 제목 키워드 기반

Decision Machines: Congruent Decision Trees

2021-01-27 · Jinxiong Zhang

The decision tree recursively partitions the input space into regions and derives axis-aligned decision boundaries from data. Despite its simplicity and interpretability, decision trees lack parameterized representation,…

Computational Efficiency

Solving Math Word Problem with Problem Type Classification

2023-08-26 · Jie Yao, ZiHao Zhou, Qiufeng Wang

Math word problems (MWPs) require analyzing text descriptions and generating mathematical equations to derive solutions. Existing works focus on solving MWPs with two types of solvers: tree-based solver and large languag…

Answer SelectionClassificationEnsemble LearningLanguage Modelling+2

Cable Tree Wiring -- Benchmarking Solvers on a Real-World Scheduling Problem with a Variety of Precedence Constraints

2020-11-25 · Jana Koehler, Joseph Bürgler, Urs Fontana, Etienne Fux 외

Cable trees are used in industrial products to transmit energy and information between different product parts. To this date, they are mostly assembled by humans and only few automated manufacturing solutions exist using…

BenchmarkingSchedulingTraveling Salesman Problem

Non-Negative Matrix Factorization Using Non-Von Neumann Computers

2025-11-30 · Ajinkya Borle, Charles Nicholas, Uchenna Chukwu, Mohammad-Ali Miri 외 arxiv

Non-negative matrix factorization (NMF) is a matrix decomposition problem with applications in unsupervised learning. The general form of this problem (along with many of its variants) is NP-hard in nature. In our work, …

Fast Block Linear System Solver Using Q-Learning Schduling for Unified Dynamic Power System Simulations

2021-10-12 · Yingshi Chen, Xinli Song, HanYang Dai, Tao Liu 외

We present a fast block direct solver for the unified dynamic simulations of power systems. This solver uses a novel Q-learning based method for task scheduling. Unified dynamic simulations of power systems represent a m…

Q-LearningScheduling