-
Notifications
You must be signed in to change notification settings - Fork 6
/
CITATION.cff
42 lines (41 loc) · 1.28 KB
/
CITATION.cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: >-
Signal Propagation: The Library for Forward Learning in
Neural Networks
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Adam
family-names: Kohan
email: [email protected]
identifiers:
- type: doi
value: 10.1109/TNNLS.2022.3230914
- type: url
value: 'https://arxiv.org/abs/2204.01723'
description: Arxiv Paper
repository-code: 'https://github.com/amassivek/signalpropagation/'
url: 'https://github.com/amassivek/signalpropagation/'
abstract: >-
Signal Propgation is the Library for Learning in a Forward
Pass for Neural Networks. Wrap any PyTorch model using
this library to use only forward passes for learning,
instead backpropagation. Forward Pass Learning is a least
constrained learning method, efficient in memory and
computation, and compatible with edge and neuromorphic
devices.
keywords:
- forward learning
- signal propagation
- neural networks
- local learning
- deep learning
- artificial intelligence
- spiking neural networks
- recurrent neural networks
- continuous neural networks
- biological neural networks