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:a05:620a:685:: with SMTP id f5mr17562439qkh.238.1562749029706; Wed, 10 Jul 2019 01:57:09 -0700 (PDT) X-Received: by 2002:a9d:3e4e:: with SMTP id h14mr21647636otg.182.1562749029177; Wed, 10 Jul 2019 01:57: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!b26no1905426qtq.0!news-out.google.com!g23ni1122qtq.1!nntp.google.com!b26no1905424qtq.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 10 Jul 2019 01:57:08 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=188.84.97.111; posting-account=C8J7NQoAAAD_ybGY7--QIRi6KpLjoH1Z NNTP-Posting-Host: 188.84.97.111 References: <53481976-aebc-4d6d-bb8f-aa4f63f0b01b@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <32b8bc75-e94f-4f15-8184-35a6795dd25c@googlegroups.com> Subject: Re: Artificial Intelligence libraries in ADA From: Daniel Injection-Date: Wed, 10 Jul 2019 08:57:09 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:56843 Date: 2019-07-10T01:57:08-07:00 List-Id: El mi=C3=A9rcoles, 10 de julio de 2019, 9:39:39 (UTC+2), J-P. Rosen escrib= i=C3=B3: > Le 10/07/2019 =C3=A0 09:25, Daniel a =C3=A9crit=C2=A0: > >=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 > > I case of a negative answer, does anybody knows a good CPU perforamnce = AI C/C++ Library working good binded to Ada code? > >=20 > There is FannAda (https://sourceforge.net/projects/lfa/), a binding to > the Fann neural network library. No idea what it's worth. >=20 > --=20 > J-P. Rosen > Adalog > 2 rue du Docteur Lombard, 92441 Issy-les-Moulineaux CEDEX > Tel: +33 1 45 29 21 52, Fax: +33 1 45 29 25 00 > http://www.adalog.fr Thank you for the answer. I was reading FANN but it looks like it only cont= ains neural networks (perceptron, etc..). Im looking for Machine learning, = specialy Decision trees and SVM.