- Download und Installation von „Anaconda“ (Link: https://www.anaconda.com/distribution/#download-section )
- Ausführen von „Anaconda Prompt“
- Befehl 01: conda install -c conda-forge tensorflow
Funktionstest
- Ausführen von „Anaconda Prompt“
- Befehl -> „python“
- Befehl -> „import tensorflow as tf“
- Befehl -> „hello = tf.constant(‚hello tensor‘)“
- Befehl -> „sess = tf.Session()“
- Befehl -> „print(sess.run(hello))“
Wenn keine Fehler sichtbar werden, hat die Installation funktioniert.