diff trunk/trainingexamples/identity.trnex @ 6:ff92c77006c7

Added support for reading training examples from files.
author revcompgeek
date Tue, 06 May 2008 21:43:55 -0600
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/trunk/trainingexamples/identity.trnex	Tue May 06 21:43:55 2008 -0600
@@ -0,0 +1,13 @@
+Name: Identity-Hidden representation
+Inputs: 8
+Outputs: 8
+Hidden: 3
+Data:
+0.9, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1;  0.9, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1
+0.1, 0.9, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1;  0.1, 0.9, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1
+0.1, 0.1, 0.9, 0.1, 0.1, 0.1, 0.1, 0.1;  0.1, 0.1, 0.9, 0.1, 0.1, 0.1, 0.1, 0.1
+0.1, 0.1, 0.1, 0.9, 0.1, 0.1, 0.1, 0.1;  0.1, 0.1, 0.1, 0.9, 0.1, 0.1, 0.1, 0.1
+0.1, 0.1, 0.1, 0.1, 0.9, 0.1, 0.1, 0.1;  0.1, 0.1, 0.1, 0.1, 0.9, 0.1, 0.1, 0.1
+0.1, 0.1, 0.1, 0.1, 0.1, 0.9, 0.1, 0.1;  0.1, 0.1, 0.1, 0.1, 0.1, 0.9, 0.1, 0.1
+0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.9, 0.1;  0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.9, 0.1
+0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.9;  0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.9
\ No newline at end of file