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.8 required=3.0 tests=BAYES_50,FREEMAIL_FROM, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a05:620a:4720:b0:6ff:7cbe:36df with SMTP id bs32-20020a05620a472000b006ff7cbe36dfmr5656466qkb.659.1673570447025; Thu, 12 Jan 2023 16:40:47 -0800 (PST) X-Received: by 2002:a05:620a:1a8c:b0:6ff:100b:39d8 with SMTP id bl12-20020a05620a1a8c00b006ff100b39d8mr3632519qkb.596.1673570446850; Thu, 12 Jan 2023 16:40:46 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer01.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: Thu, 12 Jan 2023 16:40:46 -0800 (PST) In-Reply-To: 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> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <24f101a2-8206-4449-9eba-cca0822ff9dfn@googlegroups.com> Subject: Re: Artificial Intelligence libraries in ADA From: Roger Mc Injection-Date: Fri, 13 Jan 2023 00:40:47 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 2649 Xref: reader01.eternal-september.org comp.lang.ada:64818 List-Id: On Friday, January 13, 2023 at 11:12:25 AM UTC+11, Roger Mc wrote: > On Friday, January 13, 2023 at 9:09:57 AM UTC+11, Roger Mc wrote: > > Today, I'll try getting hello_tf to work on my Ventura machine using a brew installation of tensorflow. > Good news! > hello_tf works under my OSX Ventura after a bit of adjustment. All I need now is a few clues on how to use the bindings. For example, how to implement: mnist = tf.keras.datasets.mnist Regards, Roger