Gomah.jl
Gomah.predict
โ Methodpredict()
Test pre-trained model of MNIST
After training, you can check accuracy for test set. See train()
Gomah.train
โ Methodtrain()
Train MNIST model.
julia> using Gomah
# begin train
julia> train()
[...]
#After training, you can test trained model.
julia> predict()
accuracy for test set = xx.yy [%]