building forwared()

This commit is contained in:
ton
2023-07-14 13:59:23 +07:00
parent fc676d1ccd
commit 2e34679f73
5 changed files with 191 additions and 135 deletions

View File

@@ -10,8 +10,14 @@ files and each file can only depend on the file included before it.
include("type.jl")
using .type # bring model into this module namespace (this module is a parent module)
include("snnUtils.jl")
using .snnUtils
include("snnUtil.jl")
using .snnUtil
include("forward.jl")
using .forward
include("learn.jl")
using .learn
include("interface.jl")
using .interface
@@ -19,7 +25,7 @@ using .interface
#------------------------------------------------------------------------------------------------100
"""
""" version 0.0.1
Todo:
[*1] knowledgeFn in GPU format
[] use partial error update for computeNeuron