------------------------------------------------------------------------------
             ***** 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 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
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)
05.GMap:		G.A.N.N Map (Auto Generated)
06.GIOD:		G.A.N.N I/O Distribution (Auto Generated)
07.GKDB:		G.A.N.N Knowledge Data Base (Auto Generated)



[src/] - C++
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.gnmopt.cpp:		G.A.N.N Neural Map Optimizer (Function)
07.gerrc.cpp:		G.A.N.N Error Corection (Function)
08.gstat.cpp:		G.A.N.N Statistics (Function)
09.ggendata.cpp:	G.A.N.N Generate Data (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)
17.gglobal.cpp:		G.A.N.N Global Constants



[src/headers/] - Prototypes
01.gann.h:		G.A.N.N Main File Prototype
02.gnms.h:		G.A.N.N Simulator Prototype
03.gsnmc.h:		G.A.N.N Socket And Map Creator Prototype
04.gnmopt.h:		G.A.N.N Neural Map Optimizer Prototype
05.gerrc.h:		G.A.N.N Error Corection Prototype
06.gstat.h:		G.A.N.N Statistics Prototype
07.ggendata.h:		G.A.N.N Generate Data Prototype
08.gdmloader.h:		G.A.N.N GIOD And GMap Loader Prototype
09.greaddata.h:		G.A.N.N Read Data From GKDB Prototype
10.gsavedata.h:		G.A.N.N Save Data To GKDB Prototype
11.gremdata.h:		G.A.N.N Remove Data From GKDB Prototype
12.grand.h:		G.A.N.N Random Numbers Generation Prototype
13.gsleep.h:		G.A.N.N Delay - Sleep Prototype
14.gumsgs.h:		G.A.N.N Unified Messaging System Prototype

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