X

Tensorflow tutorial

A quick complete tutorial to save and restore Tensorflow 2.0 models

Update: This article has been updated to show how to save and restore models in Tensorflow 2.0. If you want…

NSFW Tensorflow: Identifying objectionable content using Deep Learning

In today's post, we would learn how to identify not safe for work images using Deep Learning. Not-Safe-For-Work images can…

TensorFlow 2.0 Alpha : Let seek the New in the Old

  The baby boomers to generation z popularly known as Post-Millennials are all living in an impressionable moment of history…

Choosing a Deep Learning Framework: Tensorflow or Pytorch?

One of my friends is the founder and Chief data scientist at a very successful deep learning startup. 2017 was…

Freeze Tensorflow models and serve on web

In this tutorial, we shall learn how to freeze a trained Tensorflow Model and serve it on a webserver. You…

A quick complete tutorial to save and restore Tensorflow models

In this Tensorflow tutorial, I shall explain: How does a Tensorflow model look like? How to save a Tensorflow model?…

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

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…

Quick complete Tensorflow tutorial to understand and run Alexnet, VGG, Inceptionv3, Resnet and squeezeNet networks

 This Tensorflow tutorial for convolutional neural networks has three parts: 1. We shall look at some of the most successful…

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…