From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-0.3 required=3.0 tests=BAYES_00,FREEMAIL_FROM, SCC_BODY_URI_ONLY,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Received: by 2002:a05:620a:e16:b0:6ff:a525:7971 with SMTP id y22-20020a05620a0e1600b006ffa5257971mr2600603qkm.538.1673621755597; Fri, 13 Jan 2023 06:55:55 -0800 (PST) X-Received: by 2002:ac8:43c4:0:b0:3af:dfd9:ea34 with SMTP id w4-20020ac843c4000000b003afdfd9ea34mr684038qtn.638.1673621755366; Fri, 13 Jan 2023 06:55:55 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 13 Jan 2023 06:55:55 -0800 (PST) In-Reply-To: <1e7b5ee2-4f2e-4cb6-9cea-13729fef9b07n@googlegroups.com> Injection-Info: google-groups.googlegroups.com; posting-host=118.208.176.39; posting-account=d51RWwoAAADvR-x0zYAtT9z3CRxT1eXo NNTP-Posting-Host: 118.208.176.39 References: <53481976-aebc-4d6d-bb8f-aa4f63f0b01b@googlegroups.com> <9becf5e6-1e77-4711-a4bb-1c7a5465e804n@googlegroups.com> <8f87c00c-1043-4452-8cee-ce437c0fafcfn@googlegroups.com> <29948ab4-9b39-4996-bcb8-3a2f7f509225n@googlegroups.com> <624d767b-ce04-46b0-8a5c-1999a86d3a1an@googlegroups.com> <77030e13-e4fc-4675-ac54-9d3047cf992cn@googlegroups.com> <24f101a2-8206-4449-9eba-cca0822ff9dfn@googlegroups.com> <1e7b5ee2-4f2e-4cb6-9cea-13729fef9b07n@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <3c8ca355-3796-4c36-8aa7-519ef098dd02n@googlegroups.com> Subject: Re: Artificial Intelligence libraries in ADA From: Roger Mc Injection-Date: Fri, 13 Jan 2023 14:55:55 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 2988 Xref: reader01.eternal-september.org comp.lang.ada:64822 List-Id: On Friday, January 13, 2023 at 10:18:29 PM UTC+11, amado...@gmail.com wrote: > > For example, how to implement: > > mnist = tf.keras.datasets.mnist > > (Roger) > > Isn't Keras Python? Yes. > (If you're going to use Python, why use Ada?) The objective is to provide an example of the use of cBound in providing an interface between Tensorflow (Python) and Ada. The idea of this example is simply (?) to use an existing Tensorflow function to read data into an Ada program for processing by the Ada program. >Why use Ada? Some of us prefer to program in Ada rather than in Python. > [The MNIST data is available independently of any language (http://yann.lecun.com/exdb/mnist/)] True.