中文
相关论文

相关论文: Restricted Boltzmann Machine Assignment Algorithm:…

200 篇论文

We study the classical weighted perfect matchings problem for bipartite graphs or sometimes referred to as the assignment problem, i.e., given a weighted bipartite graph $G = (U\cup V,E)$ with weights $w : E \rightarrow \mathcal{R}$ we are…

数据结构与算法 · 计算机科学 2021-01-19 Megha Khosla , Avishek Anand

Given a weighted bipartite graph $G = (L, R, E, w)$, the maximum weight matching (MWM) problem seeks to find a matching $M \subseteq E$ that maximizes the total weight $\sum_{e \in M} w(e)$. This paper presents a novel algorithm with a time…

数据结构与算法 · 计算机科学 2025-04-07 Shawxing Kwok

The Extreme Learning Machine (ELM) is a single-hidden layer feedforward neural network (SLFN) learning algorithm that can learn effectively and quickly. The ELM training phase assigns the input weights and bias randomly and does not change…

神经与进化计算 · 计算机科学 2017-08-18 Andre Pacheco , Renato Krohling , Carlos da Silva

In this study, a novel machine learning algorithm, restricted Boltzmann machine (RBM), is introduced. The algorithm is applied for the spectral classification in astronomy. RBM is a bipartite generative graphical model with two separate…

机器学习 · 计算机科学 2013-10-15 Fuqiang Chen , Yan Wu , Yude Bu , Guodong Zhao

We study the approximate maximum weight matching (MWM) problem in a fully dynamic graph subject to edge insertions and deletions. We design meta-algorithms that reduce the problem to the unweighted approximate maximum cardinality matching…

数据结构与算法 · 计算机科学 2025-10-23 Aaron Bernstein , Jiale Chen

In the online bipartite matching with reassignments problem, an algorithm is initially given only one side of the vertex set of a bipartite graph; the vertices on the other side are revealed to the algorithm one by one, along with its…

数据结构与算法 · 计算机科学 2020-03-12 Yongho Shin , Kangsan Kim , Seungmin Lee , Hyung-Chan An

Restricted Boltzmann Machines (RBMs) and models derived from them have been successfully used as basic building blocks in deep artificial neural networks for automatic features extraction, unsupervised weights initialization, but also as…

神经与进化计算 · 计算机科学 2016-07-20 Decebal Constantin Mocanu , Elena Mocanu , Phuong H. Nguyen , Madeleine Gibescu , Antonio Liotta

We consider the maximum vertex-weighted matching problem (MVM), in which non-negative weights are assigned to the vertices of a graph, the weight of a matching is the sum of the weights of the matched vertices, and we are required to…

数据结构与算法 · 计算机科学 2018-10-12 Florin Dobrian , Mahantesh Halappanavar , Alex Pothen , Ahmed Al-Herz

The optimized assignment of staff is of great significance for improving the production efficiency of the society. For specific tasks, the key to optimizing staffing is personnel scheduling. The assignment problem is classical in the…

数据结构与算法 · 计算机科学 2019-02-04 Feiyang Chen , Nan Chen , Hanyang Mao , Hanlin Hu

Given an integer weighted bipartite graph $\{G=(U\sqcup V, E), w:E\rightarrow \mathbb{Z}\}$ we consider the problems of finding all the edges that occur in some minimum weight matching of maximum cardinality and enumerating all the minimum…

组合数学 · 数学 2014-03-27 Carlos E. Valencia , Marcos C. Vargas

We present a mathematical construction for the restricted Boltzmann machine (RBM) that doesn't require specifying the number of hidden units. In fact, the hidden layer size is adaptive and can grow during training. This is obtained by first…

机器学习 · 计算机科学 2016-03-21 Marc-Alexandre Côté , Hugo Larochelle

Graphical models are a rich language for describing high-dimensional distributions in terms of their dependence structure. While there are algorithms with provable guarantees for learning undirected graphical models in a variety of…

机器学习 · 计算机科学 2018-11-07 Guy Bresler , Frederic Koehler , Ankur Moitra , Elchanan Mossel

Generative models offer a direct way of modeling complex data. Energy-based models attempt to encode the statistical correlations observed in the data at the level of the Boltzmann weight associated with an energy function in the form of a…

无序系统与神经网络 · 物理学 2024-04-10 Aurélien Decelle , Cyril Furtlehner , Alfonso De Jesus Navas Gómez , Beatriz Seoane

Finding a maximum-weight matching is a classical and well-studied problem in computer science, solvable in cubic time in general graphs. We consider the specialization called assignment problem where the input is a bipartite graph, and…

数据结构与算法 · 计算机科学 2024-10-15 Romaric Duvignau , Noël Gillet , Ralf Klasing

Restricted Boltzmann Machines (RBM) are simple statistical models defined on a bipartite graph which have been successfully used in studying more complicated many-body systems, both classical and quantum. In this work, we exploit the…

核理论 · 物理学 2021-01-13 Ermal Rrapaj , Alessandro Roggero

Restricted Boltzmann Machines (RBMs) are widely used probabilistic undirected graphical models with visible and latent nodes, playing an important role in statistics and machine learning. The task of structure learning for RBMs involves…

量子物理 · 物理学 2023-09-26 Liming Zhao , Aman Agrawal , Patrick Rebentrost

The Restricted Boltzmann Machine (RBM) is a stochastic neural network capable of solving a variety of difficult tasks such as NP-Hard combinatorial optimization problems and integer factorization. The RBM architecture is also very compact;…

机器学习 · 计算机科学 2020-10-15 Saavan Patel , Philip Canoza , Sayeef Salahuddin

We study the oblivious matching problem, which aims at finding a maximum matching on a graph with unknown edge set. Any algorithm for the problem specifies an ordering of the vertex pairs. The matching is then produced by probing the pairs…

数据结构与算法 · 计算机科学 2020-02-17 Zhihao Gavin Tang , Xiaowei Wu , Yuhao Zhang

In this paper we study maximum size and minimum weight planar matchings of inhomogenous random bipartite graphs. Our motivation for this study comes from efficient usage of cross edges in relay networks for overall improvement in network…

概率论 · 数学 2025-04-10 Ghurumuruhan Ganesan

Restricted Boltzmann Machine (RBM) is a generative stochastic energy-based model of artificial neural network for unsupervised learning. Recently, RBM is well known to be a pre-training method of Deep Learning. In addition to visible and…

神经与进化计算 · 计算机科学 2018-07-12 Shin Kamada , Takumi Ichimura
‹ 上一页 1 2 3 10 下一页 ›