December 2017
Intermediate to advanced
536 pages
14h 23m
English
Here is how we proceed with the recipe:
import numpy as npimport tensorflow as tfimport matplotlib.pyplot as pltfrom matplotlib.colors import ListedColormap# dataset Irisfrom sklearn import datasets%matplotlib inline
# import some data to play withiris = datasets.load_iris() ...
Read now
Unlock full access