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: AIscm array operations for Scheme Date: Wed, 2 Aug 2017 21:15:25 +0100 (BST) 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 1501704998 4998 195.159.176.226 (2 Aug 2017 20:16:38 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 2 Aug 2017 20:16:38 +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 Wed Aug 02 22:16:31 2017 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 1dd043-0000IN-GI for guile-user@m.gmane.org; Wed, 02 Aug 2017 22:16:19 +0200 Original-Received: from localhost ([::1]:50418 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dd047-0000IL-Jn for guile-user@m.gmane.org; Wed, 02 Aug 2017 16:16:23 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51657) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dd03J-0000IB-Kh for guile-user@gnu.org; Wed, 02 Aug 2017 16:15:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dd03G-000696-Re for guile-user@gnu.org; Wed, 02 Aug 2017 16:15:33 -0400 Original-Received: from wp424.webpack.hosteurope.de ([2a01:488:42:1000:50ed:85c1::]:40756) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dd03G-000668-L4 for guile-user@gnu.org; Wed, 02 Aug 2017 16:15:30 -0400 Original-Received: from host86-163-166-96.range86-163.btcentralplus.com ([86.163.166.96] helo=wedemob.home); authenticated by wp424.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1dd03C-000083-I1; Wed, 02 Aug 2017 22:15:26 +0200 X-X-Sender: jan@wedemob.home X-bounce-key: webpack.hosteurope.de;jan@wedesoft.de;1501704930;26fc0094; X-HE-SMSGID: 1dd03C-000083-I1 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:14013 Archived-At: Hi, I have released a new version of AIscm [1]. A Guile extension for numerical arrays and tensors. It now supports convolutions [2] and tensor operations [3]. There are packages for different versions of Debian and Ubuntu. Also thanks to Andrey Rahmatullin's sponsorship, the package is part of Debian Testing [4]. Regards Jan [1] http://wedesoft.github.io/aiscm/ [2] http://wedesoft.github.io/aiscm/convolution.html [3] http://wedesoft.github.io/aiscm/operation.html#tensor-operations [4] https://tracker.debian.org/pkg/aiscm