This package browser is in early development. Mind the rough edges.

tensorflow 1.9.0

Machine learning framework

TensorFlow is a flexible platform for building and training machine learning models. It provides a library for high performance numerical computation and includes high level Python APIs, including both a sequential API for beginners that allows users to build models quickly by plugging together building blocks and a subclassing API with an imperative style for advanced research.

Installation

Install tensorflow 1.9.0 as follows:

guix install tensorflow@1.9.0

Or install the latest version:

guix install tensorflow

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.