Neat-Ex v1.3.0 Mix.Tasks.Eval

Evaluates a nerual network. Usage: mix eval {input1} [input2] [input3] [...] for as many inputs as are needed. Once the command is issued, a prompt appears asking for the JSON for the neural network. Paste it in as one line, then hit enter.

Summary

Functions

A task needs to implement run which receives a list of command line args

Functions

run(inputs)

A task needs to implement run which receives a list of command line args.

Callback implementation for Mix.Task.run/1.