Go to the source code of this file.
 | 
| struct   | NnetTrainerOptions | 
|   | 
| struct   | ObjectiveFunctionInfo | 
|   | 
| class   | NnetTrainer | 
|   | This class is for single-threaded training of neural nets using standard objective functions such as cross-entropy (implemented with logsoftmax nonlinearity and a linear objective function) and quadratic loss.  More...
  | 
|   | 
 | 
|    | kaldi | 
|   | This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference: 
  | 
|   | 
|    | kaldi::nnet3 | 
|   | 
 | 
| void  | ComputeObjectiveFunction (const GeneralMatrix &supervision, ObjectiveType objective_type, const std::string &output_name, bool supply_deriv, NnetComputer *computer, BaseFloat *tot_weight, BaseFloat *tot_objf) | 
|   | This function computes the objective function, and if supply_deriv = true, supplies its derivative to the NnetComputation object.  More...
  | 
|   |