Neural Machine Translation with TensorFlow
Learn how to build build a recurrent neural network to do French to English translation using Google's open-source machine learning library, TensorFlow.
Learn how to build build a recurrent neural network to do French to English translation using Google's open-source machine learning library, TensorFlow.
This article gives insights into the working mechanism of a Generative Adversarial Network and one of its popular variants, the Cycle Consistent Adversarial Network.
To demonstrate what we can do with TensorFlow 2.0, we will be implementing a GAN mode using the Keras API and generative models.
In this post, we'll be giving a broad overview of the tools and practices the Advanced Technologies Group, or ATG, uses to explore various research, in the form of a high level research workflow.
Read on to discover deep learning methods are being applied in the field of natural language processing, achieving state-of-the-art results for most language problems.
In this post, we’re going to be demonstrating how to to build a state of the art Bacterial Classification model on Gradient using the Fast.ai machine learning library.
In this post, we cover debugging and Visualisation in PyTorch. We go over PyTorch hooks and how to use them to debug our backpass, visualise activations and modify gradients.
This article covers PyTorch's advanced GPU management features, including how to multiple GPU's for your network, whether be it data or model parallelism. We conclude with best practises for debugging memory error.
In this tutorial, we dig deep into PyTorch's functionality and cover advanced tasks such as using different learning rates, learning rate policies and different weight initialisations etc