Activity
Merge branch 'main' into fix_netx_weight_exp
Merge branch 'main' into fix_netx_weight_exp
Merge branch 'main' into fix_netx_weight_exp
Merge branch 'main' into fix_netx_weight_exp
Delete test utils until I know my implementation is right
Delete test utils until I know my implementation is right
Fix small linting error
Fix small linting error
Added weight_exp argument to DelayDenseSynapse
Added weight_exp argument to DelayDenseSynapse
Merge branch 'main' into sparsity_netx_pr
Merge branch 'main' into sparsity_netx_pr
Made fix to sparse hdf5.Network tests. Added netx test for sparse axo…
Made fix to sparse hdf5.Network tests. Added netx test for sparse axo…
Slight modification of docs for hdf5.Network
Slight modification of docs for hdf5.Network
sparsity_map Network argument to sparse_fc_layer. Added simple unit t…
sparsity_map Network argument to sparse_fc_layer. Added simple unit t…
Merge branch 'main' into sparsity_netx_pr
Merge branch 'main' into sparsity_netx_pr
If sparse_synapse not in kwargs default it to False
If sparse_synapse not in kwargs default it to False
Have to sparsify the delay before converting weight to csr_matrix
Have to sparsify the delay before converting weight to csr_matrix
Have to sparsify the delay before converting weight to csr_matrix
Have to sparsify the delay before converting weight to csr_matrix
Was not passing sparse_synapse into create_dense. Fixed problem
Was not passing sparse_synapse into create_dense. Fixed problem
sparsity_map should default as False rather than 0
sparsity_map should default as False rather than 0
Merge branch 'main' into spikemoid_pr
Merge branch 'main' into spikemoid_pr
Merge branch 'main' into spikemoid_pr
Merge branch 'main' into spikemoid_pr
Added Spikemoid multi-label classification loss and test file
Added Spikemoid multi-label classification loss and test file