Difference between revisions of "TensorFlow: Instalasi Ubuntu 20.04"

From OnnoWiki
Jump to navigation Jump to search
(Created page with "Install sudo apt update sudo apt install python-pip sudo -H pip install tensorflow Untuk python3 bisa (kayanya tidak recommended) sudo apt update sudo apt install pyth...")
 
Line 1: Line 1:
Install
 
 
sudo apt update
 
sudo apt install python-pip
 
sudo -H pip install tensorflow
 
 
Untuk python3 bisa (kayanya tidak recommended)
 
  
 
  sudo apt update
 
  sudo apt update
Line 14: Line 7:
 
==Install Apps Pendukung==
 
==Install Apps Pendukung==
  
  sudo apt install spyder
+
  sudo apt install spyder3
 
  sudo pip install matplotlib pandas scipy sklearn seaborn features
 
  sudo pip install matplotlib pandas scipy sklearn seaborn features
  

Revision as of 08:09, 11 December 2020

sudo apt update
sudo apt install python3-pip
sudo -H pip3 install tensorflow


Install Apps Pendukung

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

Pranala Menarik