October 2018
Beginner to intermediate
676 pages
18h 30m
English
Import the required libraries. Note that pickle is a Python package used to save and retrieve files in binary format. We will use it here to load previously saved two-dimensional word representations and a word dictionary that maps number representations to textual words that will be displayed on the plot:
import matplotlib.pyplot as pltimport pickle
Read now
Unlock full access