#include <string>#include <vector>#include <cmath>#include "nnet/nnet-component.h"#include "nnet/nnet-utils.h"#include "cudamatrix/cu-math.h"#include "cudamatrix/cu-rand.h"#include "util/text-utils.h"

Go to the source code of this file.
Classes | |
| class | Softmax |
| class | HiddenSoftmax |
| class | BlockSoftmax |
| class | Sigmoid |
| class | Tanh |
| class | Dropout |
Namespaces | |
| kaldi | |
| This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference: | |
| kaldi::nnet1 | |