building forwared()
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user