November 2017
Intermediate to advanced
374 pages
10h 19m
English
Create a toy dataset that is very small:
import numpy as npX = np.array([[1, 2], [3, 4], [5, 6], [7, 8],[1, 2], [3, 4], [5, 6], [7, 8]])y = np.array([1, 2, 1, 2, 1, 2, 1, 2])
Read now
Unlock full access