From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a37:2750:: with SMTP id n77mr23658096qkn.370.1562758210221; Wed, 10 Jul 2019 04:30:10 -0700 (PDT) X-Received: by 2002:a9d:76ce:: with SMTP id p14mr22997325otl.342.1562758209612; Wed, 10 Jul 2019 04:30:09 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!b26no2262411qtq.0!news-out.google.com!g23ni1134qtq.1!nntp.google.com!b26no2262400qtq.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 10 Jul 2019 04:30:09 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a01:c50e:ac00:b900:c11e:4271:6183:59e7; posting-account=C8J7NQoAAAD_ybGY7--QIRi6KpLjoH1Z NNTP-Posting-Host: 2a01:c50e:ac00:b900:c11e:4271:6183:59e7 References: <53481976-aebc-4d6d-bb8f-aa4f63f0b01b@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Artificial Intelligence libraries in ADA From: Daniel Injection-Date: Wed, 10 Jul 2019 11:30:10 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:56845 Date: 2019-07-10T04:30:09-07:00 List-Id: El mi=C3=A9rcoles, 10 de julio de 2019, 12:52:47 (UTC+2), Dmitry A. Kazakov= escribi=C3=B3: > On 2019-07-10 09:25, Daniel wrote: >=20 > > Does anybody knows pure Ada libraries for AI? > >=20 > > Specially, I'm interested in Decission Trees, but I can't find anything= on internet. >=20 > http://www.dmitry-kazakov.de/ada/fuzzy_ml.htm >=20 > This includes decision trees both fuzzy and crisp. It is 100% Ada,=20 > except the database persistence back ends. >=20 > --=20 > Regards, > Dmitry A. Kazakov > http://www.dmitry-kazakov.de Thank you Dmitry. It looks really interesting. For now i've only tested ID3= , and CART (C4.5) Trees for simple clasification problems. I've never used = fuzzy logic and i don't know yet how it really works, but i will investigat= e all this work. Generally, to translate every python example of Machine learning to ADA it'= s being painfull.=20 I don't know so much about fuzzy logic, but definitly it worths