1
0
mirror of https://github.com/tiyn/wiki.git synced 2026-07-26 04:21:34 +02:00

Python: Added TensorFlow from Source

This commit is contained in:
2026-07-14 04:27:38 +02:00
parent 3cb9374b82
commit cbbad11edc

View File

@@ -311,6 +311,12 @@ This section addresses the [TensorFlow module](https://www.tensorflow.org/).
Tensorflos is a machine learning resource which is often used for
[neural networks](/wiki/neural_network.md).
Apart from [package managers](/wiki/linux/package_manager.md) and
[virtual environments](#using-virtual-environments) it can also be set up from source as explained
on [the official website](https://www.tensorflow.org/install/source).
This may especially be useful if specific configurations are needed such as vendor specific GPU
support.
#### Basic Usage of TensorFlow
The basic usage of TensorFlow is described in