X

Image Segmentation using deconvolution layer in Tensorflow

 In this series of post, we shall learn the algorithm for image segmentation and implementation of the same using Tensorflow.…

koustubh

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

Keras is a high-level python API which can be used to quickly build and train neural networks using either Tensorflow…

Ankit Sachan

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…

koustubh

A quick complete tutorial to save and restore Tensorflow models

Update: This popular article shows how to save and restore models in Tensorflow 1.x. If you want to learn the…

Ankit Sachan

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…

Ankit Sachan

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.…

Ankit Sachan

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…

koustubh

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…

koustubh