From: Martin Gainty Date: August 20 2012 6:23pm Subject: RE: Machine Learning List-Archive: http://lists.mysql.com/mysql/228021 Message-Id: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="_56c39145-7960-448d-98cc-1ed0ef088d78_" --_56c39145-7960-448d-98cc-1ed0ef088d78_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable From: garotconklin@stripped Subject: Re: Machine Learning To: webmaster@stripped=3B mgainty@stripped=3B mysql@stripped My initial thought was to propagate the db with everything and allow the al= gorithm to then begin to determin trends/patterns MG>which trends or patterns will you be modelling? and begin either an indexing methodology MG>which indexes are you considering: Unique index=2C primary index or fore= ign index? additional table/db creation process or both to further optimize the calls = being made MG>optimize based on execution time or diskspace allocated=2C EliminatingFT= S or some other criteria? MG>https://dev.mysql.com/doc/refman/5.5/en/optimization.html and build in some internal levels of redundancy. MG>what about replication MG>http://dev.mysql.com/doc/refman/5.5/en/replication.html I am actually approaching this with some degree of biological conception i= n the multipathing within our own brains however until I have something up = and running under some substantial load however I may not get a complete pi= cture. =20 Thanks=2C Garot =20 =20 =20 Interesting Martin =20 =20 =20 =20 From: =20 webmaster@stripped = =3B =20 =20 To: =20 'Garot Conklin' =3B 'Ma= rtin Gainty' =3B =3B = = =20 =20 Subject: =20 RE: Machine Learning = =20 =20 Sent: =20 Mon=2C Aug 20=2C 2012 7:13:25 AM = =20 =20 =20 =20 =20 =20 Hi Garot=2C This sounds an interesting idea. Are you looking to store all known commands and their options or are you looking for a 'formula' for calling any unix command ? The reason for my question is that=2C at the end of the day=2C a unix comma= nd is just a program that is run in the operating system. Each program comes with its own options and acceptable inputs. I don't know if there is a rule or convention for structuring these commands. Are you then looking to build a system that 'knows' all commands and 'how to' call them ? Thanks=2C Justin -----Original Message----- From: Garot Conklin [mailto:garotconklin@stripped]=20 Sent: 20 August 2012 03:39 To: Martin Gainty=3B mysql@stripped Subject: Re: Machine Learning The initial goal is to provide a working framework from which to call all UNIX shell command combinations as the underlying storage mechanism for a machine learning algorithm. I would like to build a completely self aware instantiation that will maintain itself on all levels... I postulate that the first place to start would be in determining a method for maintaining all possible remediation combinations including the unknown to eventually b= e learned from and populate new knowledge into the database. Thank you for the reply=2C Garot =20 =20 =20 =20 =20 = --_56c39145-7960-448d-98cc-1ed0ef088d78_--