Difference between revisions of "TensorFlow: Instalasi Ubuntu 20.04"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 2: | Line 2: | ||
sudo apt update | sudo apt update | ||
sudo apt install python3-pip | sudo apt install python3-pip | ||
| − | sudo -H pip3 install tensorflow | + | sudo -H pip3 install tensorflow keras |
| + | |||
| + | ==Menggunakan Conda== | ||
| + | |||
| + | conda create -n tf tensorflow | ||
| + | conda activate tf | ||
| + | |||
Latest revision as of 08:18, 24 December 2020
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