version 0.0.2

This commit is contained in:
ton
2023-08-06 08:15:44 +07:00
parent 56ec3757c9
commit 302f506b5b
11 changed files with 2755 additions and 23 deletions

View File

@@ -25,9 +25,8 @@ using .interface
#------------------------------------------------------------------------------------------------100
""" version 0.0.1
""" version 0.0.2
Todo:
[*1] knowledgeFn in GPU format
[] use partial error update for computeNeuron
[] use integrate_neuron_params synapticConnectionPercent LESS THAN 100%
[2] implement dormant connection and pruning machanism. the longer the training the longer
@@ -37,8 +36,8 @@ using .interface
[] Liquid time constant. training should include adjusting α, neuron membrane potential decay factor
which defined by neuron.tau_m formula in type.jl
Change from version:
-
Change from version: 0.0.1
- knowledgeFn in GPU format
All features