NeuralNet.learn
- void learn(D data, S delegate(R net_out, ref T ex, ref V[] grad) grad_f, O opt, bool verbose, uint num_cores)
- void learn(D data, string loss, O opt, bool verbose, uint num_cores, bool monitor_loss)
- void learn(D data, float delegate(R net_out, ref T ex, ref V[] grad) grad_f, bool verbose, uint num_cores)
- void learn(D data, string loss, bool verbose, uint num_cores)
vectorflow neuralnet NeuralNet
constructorsfunctionsmixinspropertiesstatic functionsvariables
Train neural network on some data, using specified gradient callback and optimizer.