April 2020
Intermediate to advanced
380 pages
9h 24m
English
TensorFlow is a great framework to perform deep learning.
To install it, you can use the following commands:
# TensorFlow 1 with CPU only supportpython3 -m pip install tensorflow==1.15# TensorFlow 1 with GPU supportpython3 -m pip install tensorflow-gpu==1.15# TensorFlow 2 with CPU only supportpython3 -m pip install tensorflow# Tensorflow 2 with GPU supportpython3 -m pip install tensorflow-gpu
Another popular library in Python, which is often installed, is the Natural Language Toolkit (NLTK) library. We will demonstrate its installation process in the upcoming section.
Read now
Unlock full access