Liwaiwai Liwaiwai
  • /
  • Artificial Intelligence
  • Machine Learning
  • Robotics
  • Engineering
    • Architecture
    • Design
    • Software
    • Hybrid Cloud
    • Data
  • About
Liwaiwai Liwaiwai
  • /
  • Artificial Intelligence
  • Machine Learning
  • Robotics
  • Engineering
    • Architecture
    • Design
    • Software
    • Hybrid Cloud
    • Data
  • About
  • Development
  • Machine Learning

How To Install TensorFlow

  • September 25, 2019
  • admin

Overview

This guide shows how to install and verify TensorFlow. TensorFlow is an end-to-end open source platform for machine learning.

 

Prerequisites

  • Python has been installed
    • Installation on Ubuntu
    • Installation on Windows
  • Optional but recommended. Setup a VirtualEnvironment and Pip has been installed.
    • VirtualEnvironment for Ubuntu

 

Installation

01. Activate your virtual environment, or skip this step if not using virtual environment.

$ source {{virtual-env-directory}}/bin/activate

 

02. Install the TensorFlow package

(geek-venv) $ pip install tensorflow

 

If using the GPU version, use the following command

(geek-venv) $ pip install tensorflow-gpu

03. Verify the TensorFlow version

(geek-venv) $ python

>>> import tensorflow as tf

>>> print(tf.__version__)

 

04. Congratulations! TensorFlow is now installed and usable.

Read More  AI Might Be Seemingly Everywhere, But There Are Still Plenty Of Things It Can’t Do—for now
admin

Related Topics
  • Programming
  • Python
  • TensorFlow
You May Also Like
View Post
  • Artificial Intelligence
  • Machine Learning
  • Platforms
  • Technology

Using ML To Predict The Weather And Climate Risk

  • March 16, 2023
View Post
  • Artificial Intelligence
  • Data
  • Machine Learning
  • Technology

ChatGPT: How To Prevent It Becoming A Nightmare For Professional Writers

  • March 16, 2023
View Post
  • Data
  • Engineering
  • Machine Learning

Sentiment Analysis With BigQuery ML

  • March 13, 2023
View Post
  • Artificial Intelligence
  • Machine Learning

MuAViC: The First Audio-Video Speech Translation Benchmark

  • March 13, 2023
View Post
  • Machine Learning

Large Language Models Are Biased. Can Logic Help Save Them?

  • March 12, 2023
View Post
  • Machine Learning
  • Research
  • Technology

How Freenome Is Building The Next Generation Of Early Cancer Detection Technology With Google Cloud

  • February 27, 2023
View Post
  • Artificial Intelligence
  • Data
  • Engineering
  • Machine Learning

Built With BigQuery: Aible’s Serverless Journey To Challenge The Cost Vs. Performance Paradigm

  • February 24, 2023
View Post
  • Artificial Intelligence
  • Data
  • Data Science
  • Machine Learning
  • People

Meet Our Data Champions: Emily Bobis, Driving Road Intelligence In Australia

  • February 24, 2023

Leave a Reply

Your email address will not be published. Required fields are marked *

Stay Connected!
LATEST
  • 1
    How Osmo Is Digitizing Smell With Google Cloud AI Technology
    • March 20, 2023
  • 2
    Built With BigQuery: How Sift Delivers Fraud Detection Workflow Backtesting At Scale
    • March 20, 2023
  • 3
    Building The Most Open And Innovative AI Ecosystem
    • March 20, 2023
  • 4
    Understand And Trust Data With Dataplex Data Lineage
    • March 17, 2023
  • 5
    Limits To Computing: A Computer Scientist Explains Why Even In The Age Of AI, Some Problems Are Just Too Difficult
    • March 17, 2023
  • 6
    The Benefits And Core Processes Of Data Wrangling
    • March 17, 2023
  • 7
    We Cannot Even Agree On Dates…
    • March 17, 2023
  • 8
    Financial Crisis: It’s A Game & We’re All Being Played
    • March 17, 2023
  • 9
    Using ML To Predict The Weather And Climate Risk
    • March 16, 2023
  • 10
    Google Is A Leader In The 2023 Gartner® Magic Quadrant™ For Enterprise Conversational AI Platforms
    • March 16, 2023

about
About
Hello World!

We are liwaiwai.com. Created by programmers for programmers.

Our site aims to provide materials, guides, programming how-tos, and resources relating to artificial intelligence, machine learning and the likes.

We would like to hear from you.

If you have any questions, enquiries or would like to sponsor content, kindly reach out to us at:

[email protected]

Live long & prosper!
Most Popular
  • 1
    The Future Of AI Is Promising Yet Turbulent
    • March 16, 2023
  • 2
    ChatGPT: How To Prevent It Becoming A Nightmare For Professional Writers
    • March 16, 2023
  • 3
    Midjourney Selects Google Cloud To Power AI-Generated Creative Platform
    • March 8, 2023
  • 4
    A Guide To Managing Your Agile Engineering Team
    • March 15, 2023
  • 5
    10 Ways Wikimedia Does Developer Advocacy
    • March 15, 2023
  • /
  • Artificial Intelligence
  • Machine Learning
  • Robotics
  • Engineering
  • About

Input your search keywords and press Enter.