[libfann] 68/242: changed some parameters

Christian Kastner chrisk-guest at moszumanska.debian.org
Sat Oct 4 21:10:21 UTC 2014


This is an automated email from the git hooks/post-receive script.

chrisk-guest pushed a commit to tag Version2_0_0
in repository libfann.

commit 9a819369694623c7b567a4cdc8673ce495a2b34a
Author: Steffen Nissen <lukesky at diku.dk>
Date:   Mon Feb 9 09:39:01 2004 +0000

    changed some parameters
---
 examples/xor_train.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/xor_train.c b/examples/xor_train.c
index b5e8a98..b701c80 100644
--- a/examples/xor_train.c
+++ b/examples/xor_train.c
@@ -37,8 +37,8 @@ int main()
 	const unsigned int num_layers = 3;
 	const unsigned int num_neurons_hidden = 4;
 	const float desired_error = 0.001;
-	const unsigned int max_iterations = 500000;
-	const unsigned int iterations_between_reports = 1000;
+	const unsigned int max_iterations = 20000;
+	const unsigned int iterations_between_reports = 100;
 	struct fann *ann;
 	struct fann_train_data *data;
 	

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libfann.git



More information about the debian-science-commits mailing list