-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Hello guys,
I just started using SimpleChains.jl.
For me, Julia is a tool and I didn't learn the language very carefully so I don't know all the syntaxes. It's a little bit hard for me to understand the function below, which is found in the first example of SimpleChains.jl. I think there must be a lot of users like me who don't have sophisticated knowledge of Julia.
So could the authors write documentation and examples in a simpler/common way?
Thanks!
report = let mtrain = mlpdloss, X=X, Xtest=Xtest, mtest = mlpdtest
p -> begin
let train = mlpdloss(X, p), test = mlpdtest(Xtest, p)
@info "Loss:" train test
end
end
end
Metadata
Metadata
Assignees
Labels
No labels