technology - machine learning - datascience - computer vision - programming
Search

TensorFlow and deep learning, without a PhD

Excellent introductory video from Google’s Martin Gorner covering the handwritten 0-9 digits recognition problem using the MNIST data set.  Code is Python using the Tensorflow library. He begins with a single layer network, progresses into a multi-layer network and ends with a convolutional neural network, showing how improvements in techniques correspond to better test accuracy. … Continue reading TensorFlow and deep learning, without a PhD →

Source : TensorFlow and deep learning, without a PhD – Scott on Technology