How-to

Deep Learning on Raspberry Pi

Accelerating Convolutional Neural Networks on Raspberry Pi

by koustubh • April 5, 2017

Unless you have been living under the rock, you must have heard of the revolution that deep learning and convolutional neural networks have brought in computer vision. Computers have achieved near-human level accuracy for most of the tasks. However, most of the top performing neural networks for state of the art image recognition problem suffer […]

Continue Reading

Tensorflow Tutorial 2: image classifier using convolutional neural network

by Ankit Sachan • February 26, 2017

In this Tensorflow tutorial, we shall build a convolutional neural network based image classifier using Tensorflow. If you are just getting started with Tensorflow, then it would be a good idea to read the basic Tensorflow tutorial here. To demonstrate how to build a convolutional neural network based image classifier, we shall build a 6 […]

Continue Reading