paper-with-me

Papers

Improving the Backpropagation Algorithm with Consequentialism Weight Updates over Mini-Batches

2020-03-11 · Naeem Paeedeh, Kamaledin Ghiasi-Shirazi

Many attempts took place to improve the adaptive filters that can also be useful to improve backpropagation (BP). Normalized least mean squares (NLMS) is one of the most successful algorithms derived from Least mean squares (LMS). However, its extension to multi-layer neural networks has not happened before. Here, we first show that it is possible to consider a multi-layer neural network as a stack of adaptive filters. Additionally, we introduce more comprehensible interpretations of NLMS than the complicated geometric interpretation in affine projection algorithm (APA) for a single fully-connected (FC) layer that can easily be generalized to, for instance, convolutional neural networks and also works better with mini-batch training. With this new viewpoint, we introduce a better algorithm by predicting then emending the adverse consequences of the actions that take place in BP even before they happen. Finally, the proposed method is compatible with stochastic gradient descent (SGD) and applicable to momentum-based derivatives such as RMSProp, Adam, and NAG. Our experiments show the usefulness of our algorithm in the training of deep neural networks.

📄 PDF Abstract BibTeX arXiv:2003.05164

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Adam 설명 없음
RMSProp RMSProp is an unpublished adaptive learning rate optimizer proposed by Geoff Hinton. The motivation…

Similar Papers 제목 키워드 기반

GAIT-prop: A biologically plausible learning rule derived from backpropagation of error

2020-06-11 · NeurIPS 2020 12 · Nasir Ahmad, Marcel A. J. van Gerven, Luca Ambrogioni

Traditional backpropagation of error, though a highly successful algorithm for learning in artificial neural network models, includes features which are biologically implausible for learning in real neural circuits. An a…

Learning to Learn with Feedback and Local Plasticity

2020-06-16 · NeurIPS 2020 12 · Jack Lindsey, Ashok Litwin-Kumar

Interest in biologically inspired alternatives to backpropagation is driven by the desire to both advance connections between deep learning and neuroscience and address backpropagation's shortcomings on tasks such as onl…

Continual LearningMeta-Learning

An Approximate Backpropagation Learning Rule for Memristor Based Neural Networks Using Synaptic Plasticity

2015-11-22 · D. V. Negrov, I. M. Karandashev, V. V. Shakirov, Yu. A. Matveyev 외

We describe an approximation to backpropagation algorithm for training deep neural networks, which is designed to work with synapses implemented with memristors. The key idea is to represent the values of both the input …

On Consequentialism and Fairness

2020-01-02 · Dallas Card, Noah A. Smith

Recent work on fairness in machine learning has primarily emphasized how to define, quantify, and encourage "fair" outcomes. Less attention has been paid, however, to the ethical foundations which underlie such efforts. …

BIG-bench Machine LearningDecision MakingEthicsFairness

Block-local learning with probabilistic latent representations

2023-05-24 · David Kappel, Khaleelulla Khan Nazeer, Cabrel Teguemne Fokam, Christian Mayr 외

The ubiquitous backpropagation algorithm requires sequential updates through the network introducing a locking problem. In addition, back-propagation relies on the transpose of forward weight matrices to compute updates,…