From d0d85f5edfa1b6afbe717858836994687c234dc1 Mon Sep 17 00:00:00 2001 From: narawat Date: Wed, 24 May 2023 05:20:24 +0700 Subject: [PATCH] update TODO --- src/Ironpen.jl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Ironpen.jl b/src/Ironpen.jl index b28f4bf..b4ec739 100644 --- a/src/Ironpen.jl +++ b/src/Ironpen.jl @@ -36,10 +36,11 @@ using .interface Todo: [1] implement connection strength based on right or wrong answer [2] during 0 training if 1-9 output neuron fires, adjust weight only those neurons - [3] implement dormant connection + [3] implement dormant connection + [4] Δweight * connection strength [] using RL to control learning signal [] consider using Dates.now() instead of timestamp because time_stamp may overflow - [4] training should include adjusting α, neuron membrane potential decay factor + [5] 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