Convolutional Neural Networks Tutorial in TensorFlow
In the two previous tutorial posts, an introduction to neural networks and an introduction to TensorFlow, three layer neural networks were created and used to predict the MNIST dataset. They performed pretty well, with a successful prediction accuracy on the order of 97-98%. However, to take the next step in improving the accuracy of our networks,… Read More »Convolutional Neural Networks Tutorial in TensorFlow