Test Neural Networks

TODO

Test a neural network.

nntoolkit.test.get_parser()[source]

Return the parser object for this script.

nntoolkit.test.main(model_file, test_data, verbose=True)[source]

Evaluate a model :param model_file: Path to a model file :param test_data: Path to a testdata.tar file :returns: Testing results

Previous topic

Evaluate Neural Networks

Next topic

Activation functions

This Page