An Introduction to Implementing Neural Networks using TensorFlow
Starting with this article, I will write a series of articles on deep learning covering the popular Deep Learning libraries and their hands-on implementation. Fast forward to 2012, a deep neural network architecture won the ImageNet challenge, a prestigious challenge to recognise objects from natural scenes. Nodes in the graph represents mathematical operations, while graph edges represent multi-dimensional data arrays (aka tensors) communicated between them. Here we solve our deep learning practice problem – Identify the Digits.
Oct-9-2016, 16:46:07 GMT