Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'vowpalwabbit/nn.cc')
-rw-r--r--vowpalwabbit/nn.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vowpalwabbit/nn.cc b/vowpalwabbit/nn.cc
index e9697b1b..bcd42092 100644
--- a/vowpalwabbit/nn.cc
+++ b/vowpalwabbit/nn.cc
@@ -310,7 +310,7 @@ CONVERSE: // That's right, I'm using goto. So sue me.
base_learner* setup(vw& all)
{
- new_options(all, "NN options")
+ new_options(all, "Neural Network options")
("nn", po::value<size_t>(), "Use sigmoidal feedforward network with <k> hidden units");
if(missing_required(all)) return NULL;
new_options(all)