====== Tensorflow ====== [[https://www.tensorflow.org|Tensorflow]] es una biblioteca de código abierto para computación numérica, //Machine Learning// y //Deep Learning//. Se sugiere el trabajo con Tensorflow en entornos virtuales: 1. Crear un [[https://wiki.hpc.uo.edu.cu/doku.php?id=hpc-python-entorno|entorno virtual]] con Anaconda, por ejemplo //tf_cpu// 2. Activar el entorno virtual source ~/.bashrc conda activate tf_cpu 3. Instalar Tensorflow conda install tensorflow 4. Verificar la instalación python -c "import tensorflow as tf; print(tf.__version__)"