中文
相关论文

相关论文: Dual Propagation: Accelerating Contrastive Hebbian…

200 篇论文

The search for ``biologically plausible'' learning algorithms has converged on the idea of representing gradients as activity differences. However, most approaches require a high degree of synchronization (distinct phases during learning)…

机器学习 · 计算机科学 2024-12-03 Rasmus Kjær Høier , Christopher Zach

We introduce Equilibrium Propagation, a learning framework for energy-based models. It involves only one kind of neural computation, performed in both the first phase (when the prediction is made) and the second phase of training (after the…

机器学习 · 计算机科学 2017-03-30 Benjamin Scellier , Yoshua Bengio

In machine learning, error back-propagation in multi-layer neural networks (deep learning) has been impressively successful in supervised and reinforcement learning tasks. As a model for learning in the brain, however, deep learning has…

机器学习 · 计算机科学 2016-12-19 Thomas Mesnard , Wulfram Gerstner , Johanni Brea

Neural networks are commonly trained to make predictions through learning algorithms. Contrastive Hebbian learning, which is a powerful rule inspired by gradient backpropagation, is based on Hebb's rule and the contrastive divergence…

机器学习 · 计算机科学 2018-06-21 Georgios Detorakis , Travis Bartley , Emre Neftci

Hebbian plasticity is a powerful principle that allows biological brains to learn from their lifetime experience. By contrast, artificial neural networks trained with backpropagation generally have fixed connection weights that do not…

神经与进化计算 · 计算机科学 2016-10-20 Thomas Miconi

Machine learning is a powerful method of extracting meaning from data; unfortunately, current digital hardware is extremely energy-intensive. There is interest in an alternative analog computing implementation that could match the…

机器学习 · 计算机科学 2026-02-17 Jonathan Lin , Aman Desai , Frank Barrows , Francesco Caravelli

The biological plausibility of the backpropagation algorithm has long been doubted by neuroscientists. Two major reasons are that neurons would need to send two different types of signal in the forward and backward phases, and that pairs of…

机器学习 · 计算机科学 2018-08-16 Benjamin Scellier , Anirudh Goyal , Jonathan Binas , Thomas Mesnard , Yoshua Bengio

Humans and other animals are capable of improving their learning performance as they solve related tasks from a given problem domain, to the point of being able to learn from extremely limited data. While synaptic plasticity is generically…

机器学习 · 计算机科学 2022-10-04 Nicolas Zucchet , Simon Schug , Johannes von Oswald , Dominic Zhao , João Sacramento

Despite its great success, backpropagation has certain limitations that necessitate the investigation of new learning methods. In this study, we present a biologically plausible local learning rule that improves upon Hebb's well-known…

神经与进化计算 · 计算机科学 2022-12-27 Hongchao Zhou

Recurrent Backpropagation and Equilibrium Propagation are supervised learning algorithms for fixed point recurrent neural networks which differ in their second phase. In the first phase, both algorithms converge to a fixed point which…

机器学习 · 计算机科学 2018-05-24 Benjamin Scellier , Yoshua Bengio

The research presented in this paper advances the integration of Hebbian learning into Convolutional Neural Networks (CNNs) for image processing, systematically exploring different architectures to build an optimal configuration, adhering…

神经与进化计算 · 计算机科学 2026-05-05 Julian Jimenez Nimmo , Esther Mondragon

Back-propagation (BP) is widely used learning algorithm for neural network optimization. However, BP requires enormous computation cost and is too slow to train in central processing unit (CPU). Therefore current neural network optimizaiton…

机器学习 · 计算机科学 2023-08-22 Ryoungwoo Jang

We propose a new learning framework, signal propagation (sigprop), for propagating a learning signal and updating neural network parameters via a forward pass, as an alternative to backpropagation. In sigprop, there is only the forward path…

机器学习 · 计算机科学 2022-11-18 Adam Kohan , Edward A. Rietman , Hava T. Siegelmann

A normative approach called Similarity Matching was recently introduced for deriving and understanding the algorithmic basis of neural computation focused on unsupervised problems. It involves deriving algorithms from computational…

神经与进化计算 · 计算机科学 2023-10-02 Yanis Bahroun , Dmitri B. Chklovskii , Anirvan M. Sengupta

Equilibrium propagation has been proposed as a biologically plausible alternative to the backpropagation algorithm. The local nature of gradient computations, combined with the use of convergent RNNs to reach equilibrium states, make this…

神经与进化计算 · 计算机科学 2026-03-19 Sankar Vinayak Elayedam , Gopalakrishnan Srinivasan

Standard neural network based on general back propagation learning using delta method or gradient descent method has some great faults like poor optimization of error-weight objective function, low learning rate, instability .This paper…

神经与进化计算 · 计算机科学 2012-12-20 Mriganka Chakraborty , Arka Ghosh

Modern neural network training relies on piece-wise (sub-)differentiable functions in order to use backpropagation to update model parameters. In this work, we introduce a novel method to allow simple non-differentiable functions at…

机器学习 · 计算机科学 2019-10-29 Jason Ramapuram , Russ Webb

The "fire together, wire together" Hebbian model is a central principle for learning in neuroscience, but surprisingly, it has found limited applicability in modern machine learning. In this paper, we take a first step towards bridging this…

机器学习 · 计算机科学 2016-11-15 Aseem Wadhwa , Upamanyu Madhow

Learning in the brain is poorly understood and learning rules that respect biological constraints, yet yield deep hierarchical representations, are still unknown. Here, we propose a learning rule that takes inspiration from neuroscience and…

神经与进化计算 · 计算机科学 2021-10-27 Bernd Illing , Jean Ventura , Guillaume Bellec , Wulfram Gerstner

Backpropagation is a cornerstone algorithm in training neural networks for supervised learning, which uses a gradient descent method to update network weights by minimizing the discrepancy between actual and desired outputs. Despite its…

‹ 上一页 1 2 3 10 下一页 ›