Method |
Description |
|
BackPropagation_LDA ( SparseMatrix Xt, SparseMatrix Dt, DNNRun_t DNNRun, paramModel_t paramModel, Grad_t Grad ) : void |
|
|
ComputeCrossEntropy ( SparseMatrix Xt, DenseMatrix Phi, DenseMatrix theta_top ) : float |
|
|
ComputeCrossEntropy ( SparseMatrix Xt, DenseMatrix Phi, DenseMatrix theta_pool, int nHidLayerEffective ) : float |
|
|
ComputeInverseDocumentFrequency ( SparseMatrix InputData ) : DenseColumnVector |
|
|
ComputeNumberOfErrors ( SparseMatrix Dt, DenseMatrix y ) : int |
|
|
ComputeNumberOfErrors ( SparseMatrix Dt, SparseMatrix y ) : int |
|
|
ComputeRegularizedCrossEntropy ( SparseMatrix Xt, DenseMatrix Phi, DenseMatrix theta_top, DenseColumnVector b ) : float |
|
|
ComputeSupervisedLoss ( SparseMatrix Dt, DenseMatrix y, string OutputType ) : float |
|
|
ComputeSupervisedLoss ( SparseMatrix Dt, SparseMatrix y, string OutputType ) : float |
|
|
DumpingFeature_BP_LDA ( SparseMatrix InputData, paramModel_t paramModel, int BatchSize_normal, string FeatureFileName, string DataName ) : void |
|
|
ExternalEvaluation ( string ExternalEvalToolPath, string ResultFile, string TestLabelFile, int epoch, string EvalDataName ) : void |
|
|
ForwardActivation_LDA ( SparseMatrix Xt, DNNRun_t DNNRun, paramModel_t paramModel, bool flag_IsTraining ) : void |
|
|
ModelInit_LDA_Feedforward ( paramModel_t paramModel ) : void |
|
|
PrecomputeLearningRateSchedule ( int nBatch, int nEpoch, double LearnRateStart, double LearnRateEnd, double Accuracy ) : double[] |
|
|
PredictingOutput_BP_sLDA ( SparseMatrix TestData, paramModel_t paramModel, int BatchSize_normal, string ScoreFileName ) : void |
|
|
SMD_Update ( DenseMatrix X, DenseMatrix Grad, DenseRowVector LearningRatePerCol, float eta ) : float |
|
|
Testing_BP_LDA ( SparseMatrix TestData, paramModel_t paramModel ) : float |
|
|
Testing_BP_LDA ( SparseMatrix TestData, paramModel_t paramModel, int BatchSize_normal ) : float |
|
|
Testing_BP_sLDA ( SparseMatrix TestData, SparseMatrix TestLabel, paramModel_t paramModel ) : float |
|
|
Testing_BP_sLDA ( SparseMatrix TestData, SparseMatrix TestLabel, paramModel_t paramModel, int BatchSize_normal, string ScoreFileName, string EvalDataName ) : float |
|
|
TrainingBP_LDA ( SparseMatrix TrainData, SparseMatrix TestData, paramModel_t paramModel, paramTrain_t paramTrain, string ModelFile, string ResultFile ) : void |
|
|
TrainingBP_sLDA ( SparseMatrix TrainData, SparseMatrix TrainLabel, SparseMatrix TestData, SparseMatrix TestLabel, SparseMatrix ValidData, SparseMatrix ValidLabel, paramModel_t paramModel, paramTrain_t paramTrain, string ModelFile, string ResultFile ) : void |
|
|