add neuroplasticity for output neuron

This commit is contained in:
2023-05-21 15:55:40 +07:00
parent 4522d10142
commit d3d47d1114
5 changed files with 54 additions and 17 deletions

View File

@@ -36,8 +36,8 @@ using .interface
Todo:
[] using RL to control learning signal
[] consider using Dates.now() instead of timestamp because time_stamp may overflow
[] training should include adjusting α, neuron membrane potential decay factor
which defined by neuron.tau_m formular in type.jl
[1] training should include adjusting α, neuron membrane potential decay factor
which defined by neuron.tau_m formula in type.jl
[DONE] each knowledgeFn should have its own noise generater
[DONE] where to put pseudo derivative (n.phi)