中文
相关论文

相关论文: Backprojection for Training Feedforward Neural Net…

200 篇论文

The Forward-Forward algorithm is an alternative learning method which consists of two forward passes rather than a forward and backward pass employed by backpropagation. Forward-Forward networks employ layer local loss functions which are…

机器学习 · 计算机科学 2025-04-16 Reece Adamson

The backpropagation of error algorithm used to train deep neural networks has been fundamental to the successes of deep learning. However, it requires sequential backward updates and non-local computations, which make it challenging to…

神经与进化计算 · 计算机科学 2022-02-22 Beren Millidge , Tommaso Salvatori , Yuhang Song , Rafal Bogacz , Thomas Lukasiewicz

The de facto algorithm for training the back pass of a feedforward neural network is backpropagation (BP). The use of almost-everywhere differentiable activation functions made it efficient and effective to propagate the gradient backwards…

神经与进化计算 · 计算机科学 2022-06-14 John Waldo

Feedforward neural networks with random hidden nodes suffer from a problem with the generation of random weights and biases as these are difficult to set optimally to obtain a good projection space. Typically, random parameters are drawn…

机器学习 · 计算机科学 2019-09-18 Grzegorz Dudek

Deep learning-based models have demonstrated remarkable success in solving illposed inverse problems; however, many fail to strictly adhere to the physical constraints imposed by the measurement process. In this work, we introduce a…

机器学习 · 计算机科学 2025-05-22 Jorge Bacca

In this paper, we formalize the idea behind capsule nets of using a capsule vector rather than a neuron activation to predict the label of samples. To this end, we propose to learn a group of capsule subspaces onto which an input feature…

计算机视觉与模式识别 · 计算机科学 2018-10-23 Liheng Zhang , Marzieh Edraki , Guo-Jun Qi

Neural networks are a convenient way to automatically fit functions that are too complex to be described by hand. The downside of this approach is that it leads to build a black-box without understanding what happened inside. Finding the…

机器学习 · 计算机科学 2022-08-29 Théo Nancy , Vassili Maillet , Johann Barbier

Backpropagation is still the de facto algorithm used today to train neural networks. With the exponential growth of recent architectures, the computational cost of this algorithm also becomes a burden. The recent PEPITA and forward-only…

机器学习 · 计算机科学 2025-12-25 Paul Caillon , Alex Colagrande , Erwan Fagnou , Blaise Delattre , Alexandre Allauzen

It is widely believed that the backpropagation algorithm is essential for learning good feature detectors in early layers of artificial neural networks, so that these detectors are useful for the task performed by the higher layers of that…

机器学习 · 计算机科学 2019-08-30 Dmitry Krotov , John Hopfield

This work presents a novel resolution-invariant model order reduction strategy for multifidelity applications. We base our architecture on a novel neural network layer developed in this work, the graph feedforward network, which extends the…

数值分析 · 数学 2024-06-07 Oisín M. Morrison , Federico Pichi , Jan S. Hesthaven

Feedforward neural networks are widely used as universal predictive models to fit data distribution. Common gradient-based learning, however, suffers from many drawbacks making the training process ineffective and time-consuming.…

机器学习 · 计算机科学 2021-07-06 Grzegorz Dudek

We present the Graph Forward-Forward (GFF) algorithm, an extension of the Forward-Forward procedure to graphs, able to handle features distributed over a graph's nodes. This allows training graph neural networks with forward passes only,…

机器学习 · 计算机科学 2023-02-13 Daniele Paliotta , Mathieu Alain , Bálint Máté , François Fleuret

The purpose of this paper is to propose a new multi-layer feedforward quaternion neural network model architecture, Reverse Quaternion Neural Network which utilizes the non-commutative nature of quaternion products, and to clarify its…

神经与进化计算 · 计算机科学 2025-08-14 Shogo Yamauchi , Tohru Nitta , Takaaki Ohnishi

Despite considerable theoretical progress in the training of neural networks viewed as a multi-agent system of neurons, particularly concerning biological plausibility and decentralized training, their applicability to real-world problems…

A feed-forward neural network is demonstrated to efficiently unfold the energy distribution of protons and alpha particles passing through passive material. This model-independent approach works with unbinned data and does not require…

高能物理 - 实验 · 物理学 2021-12-16 Ming-Liang Wong , Andrew Edmonds , Chen Wu

Current reinforcement learning algorithms train an agent using forward-generated trajectories, which provide little guidance so that the agent can explore as much as possible. While realizing the value of reinforcement learning results from…

人工智能 · 计算机科学 2023-09-06 KyungMin Ko

Iterative approximation methods using backpropagation enable the optimization of neural networks, but they remain computationally expensive, especially when used at scale. This paper presents an efficient alternative for optimizing neural…

机器学习 · 计算机科学 2023-11-14 Jake Ryland Williams , Haoran Zhao

The single-layer feedforward neural network with random weights is a recurring motif in the neural networks literature. The advantage of these networks is their simplified training, which reduces to solving a ridge-regression problem. A…

机器学习 · 计算机科学 2025-02-25 M. Andrecut

A sequential training method for large-scale feedforward neural networks is presented. Each layer of the neural network is decoupled and trained separately. After the training is completed for each layer, they are combined together. The…

机器学习 · 计算机科学 2019-05-21 Jongrae Kim

In many classification problems a classifier should be robust to small variations in the input vector. This is a desired property not only for particular transformations, such as translation and rotation in image classification problems,…

机器学习 · 统计学 2016-01-18 Sergey Demyanov , James Bailey , Ramamohanarao Kotagiri , Christopher Leckie