December 2017
Intermediate to advanced
536 pages
14h 23m
English
We proceed with the recipe as follows:
import tensorflow as tfimport numpy as npimport matplotlib.pyplot as plt%matplotlib inline
def __init__(self, m, n, dim, num_iterations, eta = 0.5, sigma = None): """ m x n : The dimension of 2D lattice in which neurons are arranged dim : Dimension of input training data num_iterations: Total number of training iterations eta : Learning rate sigma: The radius of neighbourhood function. """ self._m = m self._n ...
Read now
Unlock full access