Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev/learning rc 0.5 #332

Merged
merged 65 commits into from
Sep 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
3e166be
inheritance from base class
weidel-p Aug 15, 2022
40f3f1a
inheritance from base connection
weidel-p Aug 15, 2022
3aece76
floating point model
weidel-p Aug 16, 2022
5bc9e36
minor cleanup
weidel-p Aug 16, 2022
a9da9e5
added neuron base class
weidel-p Aug 17, 2022
7b29d00
Merge branch 'main' into dev/learning_pub_api
weidel-p Aug 24, 2022
57f9ce1
separate models from process files
weidel-p Aug 24, 2022
916b799
rm init file
weidel-p Aug 25, 2022
21535d9
inherit from Neuron and Connection
weidel-p Aug 26, 2022
bde6065
merged LearningDense into Dense
weidel-p Aug 31, 2022
c7d370f
release candidate 0.5
weidel-p Sep 5, 2022
9d07f7e
Merge branch 'main' into dev/learning_rc_0.5
weidel-p Sep 5, 2022
107ecee
beginning last clean
Sep 6, 2022
fa281c3
clean in progress
Sep 6, 2022
3ed7628
updated tutorial
weidel-p Sep 6, 2022
8b9b04f
changes according to checklist made. missing use of np.where refactor
Sep 6, 2022
645b038
changed evaluate_trace to use boolean indexing instead of np.where
Sep 6, 2022
df64433
Merge branch 'dev/learning_rc_0.5' of https://github.com/lava-nc/lava…
Sep 6, 2022
00e113a
Merge branch 'dev/learning_last_clean' into dev/learning_rc_0.5
Sep 6, 2022
b9e8c6c
removed BITS_
weidel-p Sep 7, 2022
941487c
lint and poetry update
weidel-p Sep 7, 2022
56a5349
moved tutorial to in_depth
weidel-p Sep 7, 2022
3572cdc
Licenses
weidel-p Sep 7, 2022
1334e49
lint tests
weidel-p Sep 7, 2022
c027b6f
poetry update
weidel-p Sep 7, 2022
ef3994b
docstrings for connection and learning rule
weidel-p Sep 7, 2022
f9cd28f
fixing typo
Sep 8, 2022
309d24f
minor optimization for floating point model
weidel-p Sep 9, 2022
1bb7156
Merge branch 'dev/learning_rc_0.5' of https://github.com/lava-nc/lava…
weidel-p Sep 9, 2022
1dfe658
added learning related unit tests
Sep 9, 2022
74bd01a
Merge branch 'dev/learning_rc_0.5' of https://github.com/lava-nc/lava…
Sep 9, 2022
90c8948
added other learning related unit tests
Sep 12, 2022
2dddb79
refactored docstrings
Sep 12, 2022
bceac33
merged Loihi1 and 2 LearningRules and added seed for RNGs
weidel-p Sep 14, 2022
f6cf322
fixing failing tests
Sep 15, 2022
843a0fb
fixing lint errors
Sep 15, 2022
756f498
Merge branch 'dev/learning_rc_0.5' of https://github.com/lava-nc/lava…
Sep 15, 2022
cb86fcb
fixing lint errors
Sep 15, 2022
5f60a92
fixing failing tests
Sep 15, 2022
b53ad7d
fixing failing tests
Sep 15, 2022
ab3e5ab
Merge branch 'main' into dev/learning_rc_0.5
Sep 19, 2022
26286ac
Merge branch 'main' into dev/learning_rc_0.5
mgkwill Sep 21, 2022
1561b4c
docstrings and minor changes
weidel-p Sep 22, 2022
4f2e259
adding apply_mask to learning/utils
Sep 22, 2022
5f2fb0a
lint and rng seed
weidel-p Sep 22, 2022
6e9d743
pulled pyproject and poetry from main
weidel-p Sep 22, 2022
7615ee1
Merge branch 'main' into dev/learning_rc_0.5
weidel-p Sep 22, 2022
59cf8a4
re-add asteval as dependency
weidel-p Sep 22, 2022
70102fd
vectorizing decompose_impulses, adding some constants
Sep 22, 2022
734b54c
Merge branch 'dev/learning_rc_0.5' of https://github.com/lava-nc/lava…
Sep 22, 2022
a64d4e3
typos
weidel-p Sep 23, 2022
11a6d42
Merge branch 'main' into dev/learning_rc_0.5
weidel-p Sep 23, 2022
22cdb63
return of the LearningDense class
weidel-p Sep 23, 2022
c06c179
Connection base class to reduce code duplication
weidel-p Sep 23, 2022
e1d6204
Merge branch 'main' into dev/learning_rc_0.5
weidel-p Sep 23, 2022
28a44bc
lint
weidel-p Sep 23, 2022
56d6b70
rm learning rule base class
weidel-p Sep 23, 2022
4806584
minor bug fix
weidel-p Sep 23, 2022
c13dff0
added tutorial for custom learning rules
weidel-p Sep 23, 2022
ba0d722
Merge branch 'main' into dev/learning_rc_0.5
weidel-p Sep 23, 2022
1b289e7
added test for LearningDense process
weidel-p Sep 23, 2022
521b4dd
pull lock and pyproject from main
weidel-p Sep 23, 2022
3cf1ce4
added tests for multisynapse learning
Sep 23, 2022
596c3cc
Merge branch 'dev/learning_rc_0.5' of https://github.com/lava-nc/lava…
Sep 23, 2022
54d4ca8
use LearningDense in tests
Sep 23, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs
Submodule docs added at 9492b5
Loading