0% found this document useful (0 votes)
69 views1 page

Ubuntu Install Steps PDF

This document provides instructions to install common machine learning packages like TensorFlow, Keras, Pandas, scikit-learn and others on an Ubuntu 16.04 or higher system. The instructions involve running pip3 commands to install and upgrade pip itself and then install specific versions of TensorFlow, Keras, Pandas, scikit-learn, Pillow and Matplotlib for machine learning tasks.

Uploaded by

lenciadonicka
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
69 views1 page

Ubuntu Install Steps PDF

This document provides instructions to install common machine learning packages like TensorFlow, Keras, Pandas, scikit-learn and others on an Ubuntu 16.04 or higher system. The instructions involve running pip3 commands to install and upgrade pip itself and then install specific versions of TensorFlow, Keras, Pandas, scikit-learn, Pillow and Matplotlib for machine learning tasks.

Uploaded by

lenciadonicka
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Ubuntu_installationSteps.

txt
Run following commands in ubuntu 16.04 and above versions
sudo pip3 install --upgrade pip
sudo pip3 install tensorflow==1.14.0
sudo pip3 install keras
sudo pip3 install pandas
sudo pip3 install scikit-learn
sudo pip3 install pillow
sudo pip3 install matplotlib

Page 1

You might also like