Checkpointing in TensorFlow
Follow this guide to learn how to directly monitor and checkpoint your models during the training process!
Follow this guide to learn how to directly monitor and checkpoint your models during the training process!
Understand the strengths and applications of popular deep learning architectures—DenseNet, ResNeXt, MnasNet, and ShuffleNet v2. Learn how these models enhance efficiency, accuracy, and performance in AI and computer vision tasks.
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.
Understand the basics of ResNet, InceptionV3, and SqueezeNet architecture and how they power deep learning models. Learn their architectures, key features, and how they improve accuracy and efficiency.
Learn how precision scaling lowers compute needs, cuts energy use, and reduces the carbon footprint of deep learning models for sustainable AI.
Follow this guide to learn about the various loss functions available to use with PyTorch.
A primer for developing a custom neural network to learn to generate novel facial images using Deep Convolutional generative adversarial networks.
Learn how to train YOLOv5 on a custom dataset with this step-by-step guide. Discover data preparation, model training, hyperparameter tuning, and best practices for object detection.
Learn how Faster R-CNN works for object detection tasks with its region proposal network and end-to-end architecture.
Discover how LLM poisoning works, why even 0.01% poisoned data can compromise AI systems, and the steps to prevent backdoor attacks in models.