Tensorflow tutorial

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

TensorFlow Tutorial: 10 minutes Practical TensorFlow lesson for quick learners

by Ankit Sachan • February 8, 2017

This TensorFlow tutorial is for someone who has basic idea about machine learning and trying to get started with TensorFlow. You would need to have TensorFlow installed. You can follow this tutorial to install TensorFlow. This tensorflow tutorial is divided into two parts; in first part we explain the basics with example; in second part […]

Continue Reading

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

by koustubh • February 8, 2017

This post is for you if you are looking to install TensorFlow 1.0 from source on ubuntu 14.04 on AWS machine with GPU support(CUDA). Quick Summary of setup: OS: ubuntu 14.04 Cloud: AWS P2.xlarge instance TensorFlow version: 1.0.0-rc1 Bazel Version: 0.4.4 CuDNN: 5.1 CUDA: 8.0 Once you have launched an AWS P2.xlarge instance with ubuntu […]

Continue Reading