
pix2pix Generative Adversarial Networks
In this tutorial, we show how to construct the pix2pix generative adversarial from scratch in TensorFlow, and use it to apply image-to-image translation of satellite images to maps.
Love to explore and learn new concepts. I am extremely interested in artificial intelligence, deep learning, robots, and the universe.
In this tutorial, we show how to construct the pix2pix generative adversarial from scratch in TensorFlow, and use it to apply image-to-image translation of satellite images to maps.
Learn how to construct neural networks from scratch with NumPy, and simultaneously see how the internal mechanisms behind popular libraries like PyTorch and Keras are implemented.
This tutorial examines how to construct and make use of conditional generative adversarial networks using TensorFlow on a Gradient Notebook.
This new comprehensive guide will usher you through creating your own transformers nlp model for semantic analysis following two methodologies: from scratch and using a pre-trained TF-Hub model.
This tutorial breaks down creating an autoencoder from scratch using Keras and TensorFlow.
In last weeks tutorial, we learned how reinforcement learning works and applied it to the cart pole problem on Gradient. This week we will look at the cart pole problem in more depth, and show how to use reinforcement learning for complex problem solving!
In this introductory guide, you will learn how the basics of reinforcement learning, and see how it can be applied in practice on a starter project: the cart pole problem.
Follow this tutorial to learn how to use TensorFlow to impart stylistic characteristics of one photo onto another on Gradient!
Wasserstein GANs are an innovative improvement to traditional GANs. Use this guide to learn hands on how to create your own WGAN from scratch!