Class: SoftmaxNetwork

SoftmaxNetwork

new SoftmaxNetwork(sizes)

Network that uses layers of SoftmaxNeurons and the LogLikelihood cost function.
Parameters:
Name Type Description
sizes array array of sizes for each layer of the network
Implements:
Source: