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.0 required=3.0 tests=BAYES_20,FREEMAIL_FROM, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a37:6494:0:b0:705:f3f6:717a with SMTP id y142-20020a376494000000b00705f3f6717amr215907qkb.511.1673608708508; Fri, 13 Jan 2023 03:18:28 -0800 (PST) X-Received: by 2002:ac8:4cc5:0:b0:3a6:6cd0:5c5c with SMTP id l5-20020ac84cc5000000b003a66cd05c5cmr4378874qtv.309.1673608708260; Fri, 13 Jan 2023 03:18:28 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!news.mixmin.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!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 03:18:28 -0800 (PST) In-Reply-To: <24f101a2-8206-4449-9eba-cca0822ff9dfn@googlegroups.com> Injection-Info: google-groups.googlegroups.com; posting-host=149.90.69.202; posting-account=3cDqWgoAAAAZXc8D3pDqwa77IryJ2nnY NNTP-Posting-Host: 149.90.69.202 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> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <1e7b5ee2-4f2e-4cb6-9cea-13729fef9b07n@googlegroups.com> Subject: Re: Artificial Intelligence libraries in ADA From: Marius Amado-Alves Injection-Date: Fri, 13 Jan 2023 11:18:28 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:64821 List-Id: > For example, how to implement: > mnist = tf.keras.datasets.mnist > (Roger) Isn't Keras Python? (If you're going to use Python, why use Ada?) [The MNIST data is available independently of any language (http://yann.lecun.com/exdb/mnist/)] Thanks.