|
PLearn 0.1
|
#include "NnlmOnlineLearner.h"#include <plearn/math/PRandom.h>#include <plearn/math/TMat_maths.h>#include <plearn_learners/online/OnlineLearningModule.h>#include <plearn/vmat/VMat.h>#include <plearn_learners_experimental/onlineNNLM/NnlmWordRepresentationLayer.h>#include <plearn_learners/online/GradNNetLayerModule.h>#include <plearn_learners/online/TanhModule.h>#include <plearn_learners/online/NLLErrModule.h>#include <plearn_learners_experimental/onlineNNLM/NnlmOutputLayer.h>#include <plearn_learners/distributions/NGramDistribution.h>#include <plearn_learners/distributions/SymbolNode.h>
Go to the source code of this file.
Classes | |
| class | PLearn::wordAndFreq |
| Used to sort words according to frequency, when determining candidates. More... | |
Namespaces | |
| namespace | PLearn |
< for swap | |
Functions | |
| bool | PLearn::wordAndFreqGT (const wordAndFreq &a, const wordAndFreq &b) |
Definition in file NnlmOnlineLearner.cc.
1.7.4