add todo
This commit is contained in:
@@ -35,10 +35,11 @@ using .interface
|
|||||||
"""
|
"""
|
||||||
Todo:
|
Todo:
|
||||||
[*3] no "start learning" use reset learning and "inference", "learning" mode instead
|
[*3] no "start learning" use reset learning and "inference", "learning" mode instead
|
||||||
[6] add time-based learning method. Also implement "thinking period"
|
[4] output neuron connect to multiple compute neuron
|
||||||
[7] verify that model can complete learning cycle with no error
|
[7] add time-based learning method. Also implement "thinking period"
|
||||||
[4] synaptic connection strength concept
|
[8] verify that model can complete learning cycle with no error
|
||||||
[5] neuroplasticity() i.e. change connection
|
[5] synaptic connection strength concept
|
||||||
|
[6] neuroplasticity() i.e. change connection
|
||||||
[] using RL to control learning signal
|
[] using RL to control learning signal
|
||||||
[] consider using Dates.now() instead of timestamp because time_stamp may overflow
|
[] consider using Dates.now() instead of timestamp because time_stamp may overflow
|
||||||
[] training should include adjusting α, neuron membrane potential decay factor
|
[] training should include adjusting α, neuron membrane potential decay factor
|
||||||
|
|||||||
Reference in New Issue
Block a user