TensorFlow: Instalasi Ubuntu 20.04

From OnnoCenterWiki
Jump to navigationJump 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