Padding In Convolutional Neural Networks
In this article, we explore how and why we use padding in CNNs in computer vision tasks. We'll then jump into a full coding demo showing the utility of padding.
In this article, we explore how and why we use padding in CNNs in computer vision tasks. We'll then jump into a full coding demo showing the utility of padding.
Follow this blog post to learn about several of the best metrics used for evaluating the quality of generated text, including: BLEU, ROUGE, BERTscore, METEOR, Self-BLEU, and Word Mover's Distance. We then show how to use them in a Gradient Notebook.
This tutorial will guide you through auditory classification using a Jupyter notebook and TensorFlow. It covers essential concepts of signal processing and the best techniques for achieving accurate audio classification.
In this tutorial, we examine the Few-Shot Learning paradigm for deep and machine learning tasks. Readers can expect to learn what it is, different techniques, and details about use cases for Few-Shot Learning
In this continuation on our series of writing DL models from scratch with PyTorch, we learn how to create, train, and evaluate a ResNet neural network for CIFAR-100 image classification.
In this tutorial, we look at and implement the pipeline for running zero-shot text classification with Hugging Face on a Gradient Notebook.
In this tutorial, we look in depth at Pix4Dmatic: the premiere software for photogrammetry at scale. Readers can expect to learn how to set up Pix4Dmatic on Core, walk through all the steps for staging a task, and then create a 3d model using provided sample data.
Follow this tutorial to learn what attention in deep learning is, and why attention is so important in image classification tasks. We then follow up with a demo on implementing attention from scratch with VGG.
Follow this tutorial to master angle-based outlier detection (ABOD), and learn how to better optimize your datasets for deep learning.