The generative model is to come up with new versions of images and the discriminator check images and say this is a real image or this is fake images.
TensorFlow high-level API for building encoder-decoder architecture for image captioning.
TFRecord file format Tensorflow’s binary file format. It stores your data as a sequence of binary strings.
In this tutorial we will learn how to use TensorFlow’s Dataset API to build pipelines for text.
It is a library of models, hyperparameter sets for those models and data sets.
Very deep neural network are difficult to train because of vanishing and exploding gradients problems.
In this tutorial, we are going to see how we can create an input pipeline from a CSV file.
The tf.image provides image augmentation functions that all the computation is done on GPU.
Build a recurrent neural network that’s able to classify reviews.
The implementation of the network has been made using TensorFlow High-level API