comp.lang.ada
 help / color / mirror / Atom feed
From: "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de>
Subject: Re: Artificial Intelligence libraries in ADA
Date: Mon, 9 Jan 2023 12:21:04 +0100	[thread overview]
Message-ID: <tpgtav$11b5$1@gioia.aioe.org> (raw)
In-Reply-To: tpgrfk$552m$1@dont-email.me

On 2023-01-09 11:49, J-P. Rosen wrote:

> It's worth noting that these libraries may not be as feature-rich or 
> well-maintained as some of the more popular AI libraries available in 
> other programming languages. However, they can still be useful for 
> certain projects or as a way to learn more about AI and machine learning.

I am always perplexed by such questions. A decision tree is not a method 
of machine learning, it is just a data structure.

Depending on the type (crisp, probabilistic, fuzzy) a tree is quite easy 
to implement in Ada. And with any existing component library or else the 
standard Ada library, it is almost trivial.

The crux is building such a tree from the samples so that the tree would 
classify the input, i.e. to learn from the training set. It puzzles me 
what people are expecting. Initial training and maybe reinforcement 
training are highly dependent on the problem at hand. There is no 
universal solution, otherwise it would not be AI. Depending on the 
training method specific tree operations are used such as rotations etc 
which require certain ways of tree representation especially if the 
problem size is massive. All this is very, very specific.

The bottom line. Instead of looking for some miracles, just use Ada, 
which is an excellent language for AI (because AI requires performance 
and is almost impossible to debug).

-- 
Regards,
Dmitry A. Kazakov
http://www.dmitry-kazakov.de

      reply	other threads:[~2023-01-09 11:21 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-10  7:25 Artificial Intelligence libraries in ADA Daniel
2019-07-10  7:39 ` J-P. Rosen
2019-07-10  8:57   ` Daniel
2019-07-10 10:52 ` Dmitry A. Kazakov
2019-07-10 11:30   ` Daniel
2019-07-10 14:44     ` Philip Munts
2019-07-10 15:08     ` Dmitry A. Kazakov
2019-07-10 16:13 ` Jeffrey R. Carter
2019-07-11  7:42   ` Björn Lundin
2019-07-11 16:49     ` Jeffrey R. Carter
2022-11-10 17:58       ` Marius Amado-Alves
2022-11-10 19:10         ` Jeffrey R.Carter
2022-11-10 19:18           ` Luke A. Guest
2022-11-11 10:20             ` Rod Kay
2023-01-08 16:32               ` Dana B
2023-01-09 11:12                 ` Rod Kay
2023-01-11  6:35                 ` Rod Kay
2023-01-12  2:46                   ` Roger Mc
2023-01-12  5:01                     ` Rod Kay
2023-01-12  5:13                       ` Roger Mc
2023-01-12  5:30                         ` Roger Mc
2023-01-12  5:38                           ` Roger Mc
2023-01-12  5:43                             ` Roger Mc
2023-01-12  7:31                               ` Rod Kay
2023-01-12  8:02                               ` Rod Kay
2023-01-12  9:12                                 ` Roger Mc
2023-01-12 10:32                                   ` Rod Kay
2023-01-12 10:51                                     ` Roger Mc
2023-01-12 11:28                                       ` Roger Mc
2023-01-12 12:18                                         ` Rod Kay
2023-01-12 21:57                                           ` Roger Mc
2023-01-12 22:09                                           ` Roger Mc
2023-01-13  0:12                                             ` Roger Mc
2023-01-13  0:40                                               ` Roger Mc
2023-01-13  7:24                                                 ` Rod Kay
2023-01-13 22:13                                                   ` Roger Mc
2023-01-13 11:18                                                 ` Marius Amado-Alves
2023-01-13 14:55                                                   ` Roger Mc
2023-01-13  7:19                                               ` Rod Kay
2023-01-13 22:08                                                 ` Roger Mc
2023-01-14  9:35                                                   ` Rod Kay
2023-01-14 11:53                                                     ` Roger Mc
2023-01-09  1:56 ` Roger Mc
2023-01-09 10:49   ` J-P. Rosen
2023-01-09 11:21     ` Dmitry A. Kazakov [this message]
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox