mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
069ecdaf12
Many thanks to Anthony who was highly persistent and skillful in getting the Tensorflow build on FreeBSD! PR: 226400 Submitted by: Anthony <amzo1337@gmail.com>
13 lines
764 B
Plaintext
13 lines
764 B
Plaintext
TensorFlow is an open source software library for numerical computation using
|
|
data flow graphs. Nodes in the graph represent mathematical operations, while
|
|
the graph edges represent the multidimensional data arrays (tensors)
|
|
communicated between them. The flexible architecture allows you to deploy
|
|
computation to one or more CPUs or GPUs in a desktop, server, or mobile device
|
|
with a single API. TensorFlow was originally developed by researchers and
|
|
engineers working on the Google Brain Team within Google's Machine Intelligence
|
|
research organization for the purposes of conducting machine learning and deep
|
|
neural networks research, but the system is general enough to be applicable in
|
|
a wide variety of other domains as well.
|
|
|
|
WWW: https://www.tensorflow.org
|