diff trunk/aid/nn/outputFunctions.d @ 6:ff92c77006c7

Added support for reading training examples from files.
author revcompgeek
date Tue, 06 May 2008 21:43:55 -0600
parents 314d68bafeff
children
line wrap: on
line diff
--- a/trunk/aid/nn/outputFunctions.d	Tue Apr 15 14:39:49 2008 -0600
+++ b/trunk/aid/nn/outputFunctions.d	Tue May 06 21:43:55 2008 -0600
@@ -1,3 +1,8 @@
+/**
+ * outputFunctions.d
+ * Holds all of the output functions used by the neural networks.
+ */
+
 module aid.nn.outputFunctions;
 
 import aid.nn.outputFunctions;