From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Hinsen Subject: Re: Do you use packages in Guix to run neural networks? Date: Wed, 14 Feb 2018 09:04:08 +0100 Message-ID: <5655b35c-ec8e-46d2-f258-1368e67e85db@fastmail.net> References: <365e13248634ac1e26cf6678611d550d@hypermove.net> <87mv0ixf07.fsf@gnu.org> <1cb709d0-b282-192c-ce1d-20fbff43430e@fastmail.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35761) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1els35-00069E-8J for guix-devel@gnu.org; Wed, 14 Feb 2018 03:04:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1els30-0001iz-5i for guix-devel@gnu.org; Wed, 14 Feb 2018 03:04:15 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:40649) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1els30-0001in-0R for guix-devel@gnu.org; Wed, 14 Feb 2018 03:04:10 -0500 In-Reply-To: Content-Language: en-US List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Fis Trivial , Guix Devel On 14/02/2018 05:43, Fis Trivial wrote: > Sorry for bothering with a completely unrelated topic. > I'm curious do you train neural network with packages in Guix? Or did > you packaged related libraries yourself? My needs are modest, all I use is the multilayer perceptron from scikit-learn, which is already packaged in Guix. Konrad.