From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Jan Wedekind Newsgroups: gmane.lisp.guile.user Subject: Tensorflow bindings Date: Mon, 10 Dec 2018 21:27:08 +0000 (GMT) Message-ID: Reply-To: Jan Wedekind NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII X-Trace: blaine.gmane.org 1544477130 30902 195.159.176.226 (10 Dec 2018 21:25:30 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 10 Dec 2018 21:25:30 +0000 (UTC) User-Agent: Alpine 2.20 (DEB 67 2015-01-07) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Dec 10 22:25:26 2018 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gWT3M-0007w4-P8 for guile-user@m.gmane.org; Mon, 10 Dec 2018 22:25:24 +0100 Original-Received: from localhost ([::1]:34819 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gWT5T-0004e5-3C for guile-user@m.gmane.org; Mon, 10 Dec 2018 16:27:35 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48204) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gWT5A-0004dn-L3 for guile-user@gnu.org; Mon, 10 Dec 2018 16:27:17 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gWT57-0004ow-GR for guile-user@gnu.org; Mon, 10 Dec 2018 16:27:16 -0500 Original-Received: from wp424.webpack.hosteurope.de ([2a01:488:42:1000:50ed:85c1::]:47074) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gWT57-0004o3-7j for guile-user@gnu.org; Mon, 10 Dec 2018 16:27:13 -0500 Original-Received: from host86-163-167-143.range86-163.btcentralplus.com ([86.163.167.143] helo=wedemob.home); authenticated by wp424.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1gWT52-0006Of-RI; Mon, 10 Dec 2018 22:27:08 +0100 X-X-Sender: jan@wedemob.home X-bounce-key: webpack.hosteurope.de;jan@wedesoft.de;1544477233;85d6dcd2; X-HE-SMSGID: 1gWT52-0006Of-RI X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a01:488:42:1000:50ed:85c1:: X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.org gmane.lisp.guile.user:15046 Archived-At: Hi, The current AIscm source now include Tensorflow bindings [1]. This means that one can now develop machine learning software using Guile and Tensorflow. More examples to follow ... Jan [1] http://wedesoft.github.io/aiscm/tensorflow.html