Tutorials
-
12 Days of DigitalOcean (Day 4)
Welcome to Day 4 of 12 Days of DigitalOcean! Yesterday, we added Twilio SMS notifications to our Birthday Reminder Service,…
-
Evaluating the Necessity of Mamba Mechanisms in Visual Recognition Tasks-MambaOut
Introduction Transformers are the backbones to power-up models like BERT, the GPT series, and ViT. However, its attention mechanism has…
-
ReFT: Representation Finetuning for Language Models
[]Introduction In this article we will talk about “REFT – Representation Fine-tuning for Language Models” which released on 8th April…
-
Grounding DINO 1.5: Pushing the Boundaries of Open-Set Object Detection
Introduction In recent years, zero-shot object detection has become a cornerstone of advancements in computer vision. Creating versatile and efficient…
-
PaliGemma: A lightweight open vision-language model (VLM)
Introduction Google recently introduced a new light weight vision-model PaliGemma. This model was released on the 14 May 2024 and…
-
Introduction to DETR – Part 1
DETR (Detection Transformer) is a deep learning architecture first proposed as a new approach to object detection. It’s the first…
-
Effective Ways to Remove Spaces from Strings in Python
Introduction In this tutorial, you will learn various methods to remove whitespace from a string in Python. Whitespace characters include…
-
How To Use the Python Map Function
[]Introduction We can use the Python built-in function map() to apply a function to each item in an iterable (like…
-
Master Python File Operations: Read, Write & Delete Files
[]Introduction In this tutorial, you will work on the different file operations in Python. You will go over how to…
-
12 Days of DigitalOcean (Day 2)
Welcome to Day 2 of 12 Days of DigitalOcean! Yesterday, we started building our Birthday Reminder Service—a simple app that…