Package me.yixqiao.jlearn.testing
Some runnable classes for testing the library.
To use these classes, simply set one of them as the mainClassName
in build.gradle
.
-
Class Summary Class Description Genetic Run a genetic algorithm.Iris Train a network on the iris flowers dataset.MNIST Train a network on the MNIST digits dataset.MNISTSave Train a model on the MNIST dataset, then save it to a file and load it back to evaluate.XOR Train a model to perform the XOR bitwise operation.