Deep Learning

Keras tensorflow tutorial

Keras tutorial: Practical guide from getting started to developing complex deep neural network

by Ankit Sachan • May 16, 2017

Keras is a high-level python API which can be used to quickly build and train neural networks using either Tensorflow or Theano as back-end. This tutorial assumes that you are slightly familiar convolutional neural networks. You can follow the first part of convolutional neural network tutorial to learn more about them. In this quick tutorial, we shall […]

Continue Reading
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
Show attend and tell, a communication system

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

by koustubh • January 13, 2017

How would YOU communicate with Aliens ? How would you teach them your language ? The way we teach children right ? By showing them pictures of various objects and their names. Basically Associating the Image and the Text. That’s the goal of automatic image captioning. It is an extensive topic and decades of research has gone into […]

Continue Reading