TensorFlow
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 to learn the same with Tensorflow1.x, please go to this earlier article that explains how to save and restore Tensorflow 1.x models. In this Tensorflow 2.X tutorial, I shall explain: What is a Tensorflow-Keras Model API? […]
Continue ReadingChoosing 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 a good year for his startup with funding and increasing adoption. However, on a Thursday evening last year, my friend was very frustrated and disappointed. The framework on which they had built everything in last […]
Continue ReadingA 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? How to restore a Tensorflow model for prediction/transfer learning? How to work with imported pretrained models for fine-tuning and modification This tutorial assumes that you have some idea about training a neural network. Otherwise, please […]
Continue ReadingA 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 same with Tensorflow2.x, please go to this article that explains how to save and restore Tensorflow 2.x models. In this Tensorflow tutorial, I shall explain: How does a Tensorflow model look like? How to save […]
Continue ReadingTensorFlow 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. 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