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.
- Outputs:
out
- Website: https://tensorflow.org
- Licenses: ASL 2.0
- Package source: gnu/packages/machine-learning.scm
- Builds: See build status
- Issues: See known issues
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.