Python: Anaconda - Install tensorflow keras spyder4
Revision as of 12:54, 28 December 2020 by Onnowpurbo (talk | contribs)
conda install python=3.6
# conda create --name PythonCPU # activate PythonCPU
conda create -n tf tensorflow conda activate tf
conda install -c anaconda keras conda install spyder conda install -c anaconda pandas conda install -c anaconda xlrd conda install -c anaconda xlwt conda install -c anaconda seaborn conda install -c anaconda scikit-learn conda install pillow
Cek
spyder
import numpy as np # For numerical fast numerical calculations import matplotlib.pyplot as plt # For making plots import pandas as pd # Deals with data import seaborn as sns # Makes beautiful plots from sklearn.preprocessing import StandardScaler # Testing sklearn import tensorflow # Imports tensorflow import keras # Imports keras