------------------------------------------------------------------------------
             ***** Geeks Artificial Neural Network (G.A.N.N) *****
------------------------------------------------------------------------------
==============================================================================
			Conformed To GNU/GPL Licence
==============================================================================

				Developed by

		     George Delaportas (Lead Programmer)

				    and

		   Dimitris Vlachos (Assistant Programmer)





			Copyright GNU/GPL 2005-2006

------------------------------------------------------------------------------
			   *** About G.A.N.N ***
------------------------------------------------------------------------------

G.A.N.N is a project that started with the "Black Box" philosophy in mind.
G.A.N.N wants to achieve the creation of a centralized and unified core that
is based on an Advanced Neural Network design and performs all the
needed functions and procedures automatically.
In other words, G.A.N.N will give to the developer or the end user the
ability to build and run projects without the need of extreme programming
skills or even worse, the need of endless code.
G.A.N.N just like the "Black Box" has Inputs and Outputs.
G.A.N.N only needs to know the Inputs or the Outputs or the Inputs and the
expected Outputs. The choices are based on the project needs.
G.A.N.N does that by "Learning By Example" method.

Test it and feel free to tell us your comments and suggestions at:
g.delaportas@gmail.com

Enjoy!

------------------------------------------------------------------------------
			   *** G.A.N.N Files ***
------------------------------------------------------------------------------

[/] - Misc Files
01.About.txt:		G.A.N.N This File
02.COPYING:		G.A.N.N GNU/GPL
03.Install:		G.A.N.N Installer
04.GANN:                G.A.N.N Binary File (Auto Generated)
04.GIOD:                G.A.N.N I/O Distribution (Auto Generated) [Temporary]
06.GMap:		G.A.N.N Map (Auto Generated) [Temporay]
07.GKDB:		G.A.N.N Knowledge Data Base (Auto Generated)
08.GHT:			G.A.N.N Hash Table (Auto Generated)



[src/] - C++ Files
01.gann.cpp:		G.A.N.N Main File
02.gneuron.cpp:		G.A.N.N Neuron (Module)
03.gsocket.cpp:		G.A.N.N Socket (Module)
04.gnms.cpp:		G.A.N.N Simulator (Function)
05.gsnmc.cpp:		G.A.N.N Socket And Map Creator (Function)
06.gerrc.cpp:		G.A.N.N Error Corection (Function)
07.gerrstat.cpp:	G.A.N.N Error Statistics (Function)
08.ggendata.cpp:	G.A.N.N Generate Data (Function)
09.grmc.cpp:		G.A.N.N Runtime Manager Console (Function)
10.gdmloader.cpp:	G.A.N.N GIOD And GMap Loader (Function)
11.greaddata.cpp:	G.A.N.N Read Data From GKDB (Function)
12.gsavedata.cpp:	G.A.N.N Save Data To GKDB (Function)
13.gremdata.cpp:	G.A.N.N Remove Data From GKDB (Function)
14.grand.cpp:		G.A.N.N Random Numbers Generation (Function)
15.gsleep.cpp:		G.A.N.N Delay - Sleep (Function)
16.gumsgs.cpp:		G.A.N.N Unified Messaging System (Function)



[src/headers/] - Global Declarations - Prototypes
01.gglobdec.h:		G.A.N.N Global Declarations
02.gptl.h:		G.A.N.N Prototypes Library

------------------------------------------------------------------------------
