This commit is contained in:
2023-05-11 10:32:49 +07:00
parent 7c4a0dfa6f
commit c6055dcb86
4 changed files with 45 additions and 18 deletions

View File

@@ -35,9 +35,10 @@ using .interface
"""
Todo:
[*3] no "start learning" use reset learning and "inference", "learning" mode instead
[4] add time-based learning method. Also implement "thinking period"
[5] verify that model can complete learning cycle with no error
[6] neuroplasticity() with synaptic connection strength concept
[6] add time-based learning method. Also implement "thinking period"
[7] verify that model can complete learning cycle with no error
[4] synaptic connection strength concept
[5] neuroplasticity() i.e. change connection
[] 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