neurx v0.1.4 Neurx View Source

Documentation for Neurx.

Link to this section Summary

Functions

Builds the network

Evaluate the given data using the network

Export a built network

Import a built network file

Trains the network on given data

Link to this section Functions

Builds the network.

Returns PID of network built.

Link to this function evaluate(network_pid, data) View Source

Evaluate the given data using the network.

Export a built network.

Import a built network file.

Link to this function train(network_pid, training_data, options \\ %{}) View Source

Trains the network on given data.

Returns PID of network trained