TensorFlow: Instalasi Ubuntu 20.04

From OnnoWiki
Jump to navigation Jump to search
sudo apt update
sudo apt install python3-pip
sudo -H pip3 install tensorflow keras

Menggunakan Conda

conda create -n tf tensorflow
conda activate tf


Install Apps Pendukung

sudo apt install spyder3
sudo pip install matplotlib pandas scipy sklearn seaborn features

Pranala Menarik