version 0.0.11

This commit is contained in:
ton
2023-09-21 10:10:58 +07:00
parent 8e6d8a83d1
commit 1c5baea34a
17 changed files with 7505 additions and 46 deletions

View File

@@ -27,12 +27,7 @@ using .interface
""" version 0.0.11
Todo:
[] growRepeatedPath!(), instead of synapse with 20% less activity count gets -w, may be I
should rank synapse based on activity count from highest perforimg synapse to lowest
and the last 20% of the rank get -w
[-] add temporal summation in addition to already used spatial summation.
CANCELLED, spatial summation every second until membrane potential reach a threshold
is in itself a temporal summation.
[] make output neuron draw connection randomly
[4] implement variable dormant connection and pruning machanism. the longer the training the longer
0 weight stay 0.
[] using RL to control learning signal
@@ -41,7 +36,10 @@ using .interface
which defined by neuron.tau_m formula in type.jl
Change from version: 0.0.10
-
- growRepeatedPath!(), instead of synapse with 60% less activity count gets -w, may be I
should rank synapse based on activity count from highest perforimg synapse to lowest
and the last 60% of the rank get -w
- 10% instead of 20% synapticConnectionPercent
"""