From aebaead0b7b68f597d50e5b2490ca29d0753a8d7 Mon Sep 17 00:00:00 2001 From: Paul Mineiro Date: Fri, 23 Nov 2012 16:01:04 -0800 Subject: 3-layer sigmoidal neural networks --- test/train-sets/3parity | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/train-sets/3parity (limited to 'test/train-sets/3parity') diff --git a/test/train-sets/3parity b/test/train-sets/3parity new file mode 100644 index 00000000..74fe86b4 --- /dev/null +++ b/test/train-sets/3parity @@ -0,0 +1,8 @@ +-1 |f 1:1 2:-1 3:-1 +-1 |f 1:-1 2:1 3:-1 +1 |f 1:1 2:1 3:-1 +-1 |f 1:-1 2:-1 3:1 +1 |f 1:1 2:-1 3:1 +1 |f 1:-1 2:1 3:1 +-1 |f 1:1 2:1 3:1 +1 |f 1:-1 2:-1 3:-1 -- cgit v1.2.3