From: Dominic L. <ma...@us...> - 2004-11-03 18:38:32
|
Update of /cvsroot/robotflow/RobotFlow/demo/SymbolRecog/n-files In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9374 Modified Files: trainNeuralNet.n Log Message: added notes Index: trainNeuralNet.n =================================================================== RCS file: /cvsroot/robotflow/RobotFlow/demo/SymbolRecog/n-files/trainNeuralNet.n,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** trainNeuralNet.n 3 Nov 2004 18:33:25 -0000 1.3 --- trainNeuralNet.n 3 Nov 2004 18:38:14 -0000 1.4 *************** *** 34,37 **** --- 34,38 ---- <NetOutput name="TRAIN_OUT_LENGTH" node="node_Length_2" terminal="OUTPUT" object_type="int" description="The length of the vector"/> <NetOutput name="OUTPUT" node="node_SaveAs_1" terminal="OUTPUT" object_type="any" description="No description available"/> + <Note x="-1808" y="281" visible="1" text="This network will load training set and train the neural network. You will see the error displayed on the console at every epoch. Result will be save in : "/> </Network> <Network type="iterator" name="TRAIN_LOOP"> |