November 2017
Intermediate to advanced
274 pages
6h 16m
English
Let's look at a more realistic case for using CNNs; we will use the Stanford Dogs versus Cats dataset. This dataset has 100+ images of dogs and cats.
import matplotlib.pyplot as plt import tensorflow as tf import pandas as pd import numpy as np from sklearn.metrics import confusion_matrix import time from datetime import timedelta import math import dataset import random
Read now
Unlock full access