------------------------------------------------------------------------------
             ***** 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:		This File
02.COPYING:		GNU/GPL
03.Install:		Installer
04.GANN:                Geeks Binary File (Auto Generated)
04.GIOD:                Geeks I/O Distribution (Auto Generated) [Temporary]
06.GMap:		Geeks Map (Auto Generated) [Temporary]
07.GKDB:		Geeks Knowledge Data Base (Auto Generated)
08.GHT:			Geeks Hash Table (Auto Generated)
09.GRegs:		Geeks Registrations (Auto Generated)
10.GSims:		Geeks Simulations (Auto Generated)



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



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

------------------------------------------------------------------------------
			*** G.A.N.N Requirements ***
------------------------------------------------------------------------------

G.A.N.N has a few minimum requirements.

C.P.U:			80386 (Typical - Pentium Recomended)
R.A.M:			2 MB (Typical - 8 MB Recomended)
HARD DISK:		4 MB (Typical - 16 MB Recomended)

Theoritically G.A.N.N should run on any kind of system that runs Unix,Linux,
BSD and MacOS,with some changes,as long as it doesn't make use of any specific
driver or device.

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