X

deep learning

Accelerating Convolutional Neural Networks on Raspberry Pi

Unless you have been living under the rock, you must have heard of the revolution that deep learning and convolutional…

Tensorflow Tutorial 2: image classifier using convolutional neural network

In this Tensorflow tutorial, we shall build a convolutional neural network based image classifier using Tensorflow. If you are just…

TensorFlow Tutorial: 10 minutes Practical TensorFlow lesson for quick learners

This TensorFlow tutorial is for someone who has basic idea about machine learning and trying to get started with TensorFlow.…

Install Tensorflow-1.0 with GPU on ubuntu 14.04 on AWS P2.xlarge

This post is for you if you are looking to install TensorFlow 1.0 from source on ubuntu 14.04 on AWS…

Show, attend and tell: Fine details of how state-of-the-art deep learning systems generate image captions

How would YOU communicate with Aliens ? How would you teach them your language ? The way we teach children right…

Object Detection using Deep Learning for advanced users (Part-1)

Prologue:This is a three part series which will elaborate on Object Detection in images using Convolutional Neural Networks (CNN). First part…