From b125249616df83e57f718d0ee7a26991df0bc31a Mon Sep 17 00:00:00 2001 From: narawat Date: Tue, 23 May 2023 22:26:59 +0700 Subject: [PATCH] update TODO --- src/Ironpen.jl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Ironpen.jl b/src/Ironpen.jl index 968e0e8..b28f4bf 100644 --- a/src/Ironpen.jl +++ b/src/Ironpen.jl @@ -34,12 +34,12 @@ using .interface """ Todo: - [] implement connection strength based on right or wrong answer - [] during 0 training if 1-9 output neuron fires, adjust weight only those neurons - [] implement dormant connection + [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 [] using RL to control learning signal [] consider using Dates.now() instead of timestamp because time_stamp may overflow - [*1] training should include adjusting α, neuron membrane potential decay factor + [4] 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