synaptic connection strength concept

This commit is contained in:
2023-05-17 07:33:03 +07:00
parent b9a140372d
commit dee756adac
4 changed files with 19 additions and 26 deletions

View File

@@ -1,6 +1,6 @@
module Ironpen
export kfn_1
export kfn_1, synapticConnStrength!
""" Order by dependencies of each file. The 1st included file must not depend on any other
@@ -35,7 +35,6 @@ using .interface
"""
Todo:
[3] verify that model can complete learning cycle with no error
[*1] synaptic connection strength concept. use sigmoid, turn connection offline
[2] neuroplasticity() i.e. change connection
[] using RL to control learning signal
[] consider using Dates.now() instead of timestamp because time_stamp may overflow
@@ -57,6 +56,7 @@ using .interface
(vt*100)/vth as error
[DONE] use LinearAlgebra.normalize!(vector, 1) to adjust weight after weight merge
[DONE] reset_epsilonRec after ΔwRecChange is calculated
[DONE] synaptic connection strength concept. use sigmoid, turn connection offline
Change from version: v06_36a
-