summaryrefslogtreecommitdiff
path: root/neural-net/xor_input
diff options
context:
space:
mode:
Diffstat (limited to 'neural-net/xor_input')
-rw-r--r--neural-net/xor_input16
1 files changed, 16 insertions, 0 deletions
diff --git a/neural-net/xor_input b/neural-net/xor_input
new file mode 100644
index 0000000..0cfc3eb
--- /dev/null
+++ b/neural-net/xor_input
@@ -0,0 +1,16 @@
+in size 2
+out size 1
+hidden size 10
+n layers 3
+0 0 0
+0 1 1
+1 0 1
+1 1 0
+train 150 0.05
+0 1
+1 0
+0 0
+1 1
+0.8 0.99
+0.95 0.86
+0.95 0.1
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback