Data Science Machine Learning Data Analysis
37.1K subscribers
1.13K photos
27 videos
39 files
1.24K links
This channel is for Programmers, Coders, Software Engineers.

1- Data Science
2- Machine Learning
3- Data Visualization
4- Artificial Intelligence
5- Data Analysis
6- Statistics
7- Deep Learning

Cross promotion and ads: @hussein_sheikho
加入频道
Training YOLOv12 for Detecting Pothole Severity Using a Custom Dataset

📖 Table of Contents Training YOLOv12 for Detecting Pothole Severity Using a Custom Dataset Introduction Dataset and Task Overview About the Dataset What Are We Detecting? Defining Pothole Severity Can the Pothole Severity Logic Be Improved? Configuring Your Development Environment Training…...

🏷️ #ComputerVision #DeepLearning #ObjectDetection #Tutorial #YOLO
👍1
Breaking the CNN Mold: YOLOv12 Brings Attention to Real-Time Object Detection

📖 Table of Contents Breaking the CNN Mold: YOLOv12 Brings Attention to Real-Time Object Detection The YOLO Evolution (Quick Recap) YOLOv8: Introducing the C2f Module and OBB Support YOLOv9: Programmable Gradient Information and GELAN YOLOv10: NMS-Free Training and Dual Assignments YOLOv11:…...

🏷️ #AttentionMechanisms #DeepLearning #RealTimeObjectDetection #Tutorial #YOLOSeries
Training YOLOv12 for Detecting Pothole Severity Using a Custom Dataset

📖 Table of Contents Training YOLOv12 for Detecting Pothole Severity Using a Custom Dataset Introduction Dataset and Task Overview About the Dataset What Are We Detecting? Defining Pothole Severity Can the Pothole Severity Logic Be Improved? Configuring Your Development Environment Training…...

🏷️ #ComputerVision #DeepLearning #ObjectDetection #Tutorial #YOLO
Breaking the CNN Mold: YOLOv12 Brings Attention to Real-Time Object Detection

📖 Table of Contents Breaking the CNN Mold: YOLOv12 Brings Attention to Real-Time Object Detection The YOLO Evolution (Quick Recap) YOLOv8: Introducing the C2f Module and OBB Support YOLOv9: Programmable Gradient Information and GELAN YOLOv10: NMS-Free Training and Dual Assignments YOLOv11:…...

🏷️ #AttentionMechanisms #DeepLearning #RealTimeObjectDetection #Tutorial #YOLOSeries
Building a Multimodal Gradio Chatbot with Llama 3.2 Using the Ollama API

📖 Table of Contents Building a Multimodal Gradio Chatbot with Llama 3.2 Using the Ollama API What Is Gradio and Why Is It Ideal for Chatbots? The Chatbot You’ll Build Today 🚀 What Is Ollama and the Ollama API Functionality Ollama…...

🏷️ #AIApplications #Chatbots #DeepLearning #Gradio #LargeLanguageModels #OpenSource #Tutorial
NeRFs Explained: Goodbye Photogrammetry?

📖 Table of Contents NeRFs Explained: Goodbye Photogrammetry? How Do NeRFs Work? Block #A: We Begin with a 5D Input Block #B: The Neural Network and Its Output Block #C: Volumetric Rendering The NeRF Problem and Evolutions Summary and Next Steps…...

🏷️ #3DComputerVision #3DReconstruction #DeepLearning #NeuralNetworks #Photogrammetry #Tutorial
Sharpen Your Vision: Super-Resolution of CCTV Images Using Hugging Face Diffusers

📖 Table of Contents Sharpen Your Vision: Super-Resolution of CCTV Images Using Hugging Face Diffusers Configuring Your Development Environment Problem Statement How Does Super-Resolution Solve This? State-of-the-Art Approaches Generative Adversarial Networks (GANs) Diffusion Models Implementing Diffus...

🏷️ #ArtificialIntelligence #ComputerVision #DeepLearning #ImageProcessing #MachineLearning #Tutorial
Unlocking Image Clarity: A Comprehensive Guide to Super-Resolution Techniques

📖 Table of Contents Unlocking Image Clarity: A Comprehensive Guide to Super-Resolution Techniques Introduction Configuring Your Development Environment Need Help Configuring Your Development Environment? What Is Super-Resolution? Usual Problems with Low-Resolution Imagery Traditional Computer Vision A...

🏷️ #ArtificialIntelligence #ComputerVision #DeepLearning #ImageProcessing #MachineLearning #TechnologyApplications #Tutorial
Adversarial Learning with Keras and TensorFlow (Part 3): Exploring Adversarial Attacks Using Neural Structured Learning (NSL)

📖 Table of Contents Adversarial Learning with Keras and TensorFlow (Part 3): Exploring Adversarial Attacks Using Neural Structured Learning (NSL) Introduction to Advanced Adversarial Techniques in Machine Learning Harnessing NSL for Robust Model Training: Insights from Part 2 Deep Dive into…...

🏷️ #AdversarialLearning #DeepLearning #ImageProcessing #Keras #MachineLearning #NeuralNetworks #NeuralStructuredLearning #TensorFlow #Tutorial
Build a Search Engine: Deploy Models and Index Data in AWS OpenSearch

📖 Table of Contents Build a Search Engine: Deploy Models and Index Data in AWS OpenSearch Introduction What Will We Do in This Blog? Why Are We Using Vector Embeddings? What’s Coming Next? Configuring Your Development Environment Installing Docker (Required for…...

🏷️ #Docker #MachineLearning #OpenSearch #SearchEngines #SemanticSearch #Tutorial #VectorSearch
1
FastAPI Meets OpenAI CLIP: Build and Deploy with Docker

📖 Table of Contents FastAPI Meets OpenAI CLIP: Build and Deploy with Docker Building on FastAPI Foundations What’s Next? What Is OpenAI CLIP? How OpenAI CLIP Works: Understanding Text-Image Matching and Contrastive Learning Contrastive Pre-Training: Aligning Text and Image Embeddings Shared…...

🏷️ #AIApplications #DockerDeployment #FastAPIDevelopment #MachineLearning #Tutorial
1
Introduction to Gradio for Building Interactive Applications

📖 Table of Contents Introduction to Gradio for Building Interactive Applications What Is Gradio? High-Impact Projects Powered by Gradio AUTOMATIC1111’s Stable Diffusion Web UI oobabooga’s Text Generation Web UI The Next Generation of Gradio: What’s New in Version 5 Performance Improvements…...

🏷️ #Gradio #MachineLearning #Python #SoftwareDevelopment #Tutorial
1
Implementing Approximate Nearest Neighbor Search with KD-Trees

📖 Table of Contents Implementing Approximate Nearest Neighbor Search with KD-Trees Introduction to Approximate Nearest Neighbor Search Mathematical Foundation KD-Trees for Approximate Nearest Neighbor Search Construction of KD-Trees Querying with KD-Trees Step 1: Forward Traversal Step 2: Computing th...

🏷️ #ApproximateNearestNeighbor #KDTree #MachineLearning #NearestNeighborAlgorithm #Tutorial
1
Training YOLOv12 for Detecting Pothole Severity Using a Custom Dataset

📖 Table of Contents Training YOLOv12 for Detecting Pothole Severity Using a Custom Dataset Introduction Dataset and Task Overview About the Dataset What Are We Detecting? Defining Pothole Severity Can the Pothole Severity Logic Be Improved? Configuring Your Development Environment Training…...

🏷️ #ComputerVision #DeepLearning #ObjectDetection #Tutorial #YOLO
People Tracker with YOLOv12 and Centroid Tracker

📖 Table of Contents People Tracker with YOLOv12 and Centroid Tracker Introduction Why People Tracker Monitoring Matters How YOLOv12 Enables Real-Time Applications Configuring Your Development Environment Downloading the Input Video Install gdown Download the Video Visualizing the Inference and Trackin...

🏷️ #ComputerVision #ObjectDetection #PeopleTracker #Tutorial #YOLOv12
Object Detection and Visual Grounding with Qwen 2.5

📖 Table of Contents Object Detection and Visual Grounding with Qwen 2.5 Introduction and Types of Spatial Understanding Object Detection Visual Grounding and Counting Understanding Relationships How Spatial Understanding Works in Qwen 2.5 VL Models Prompt Structure Task-Specific Instruction Object or…...

🏷️ #ObjectDetection #Qwen25 #Qwen25 #Tutorial #VisualGrounding
AI for Healthcare: Fine-Tuning Google’s PaliGemma 2 for Brain Tumor Detection

📖 Table of Contents AI for Healthcare: Fine-Tuning Google’s PaliGemma 2 for Brain Tumor Detection Configuring Your Development Environment Setup and Imports Load the Brain Tumor Dataset Format Dataset to PaliGemma Format Display Train Image and Label COCO Format BBox to…...

🏷️ #FineTuning #ObjectDetection #PaliGemma2 #PEFT #QLoRA #Transformers #Tutorial #VisionLanguageModels
Object Tracking with YOLOv8 and Python

📖 Table of Contents Object Tracking with YOLOv8 and Python YOLOv8: Reliable Object Detection and Tracking Understanding YOLOv8 Architecture Mosaic Data Augmentation Anchor-Free Detection C2f (Coarse-to-Fine) Module Decoupled Head Loss Object Detection and Tracking with YOLOv8 Object Detection Object T...

🏷️ #AdvancedComputerVision #DataScience #DeepLearning #MachineLearning #ObjectDetection #ObjectTracking #ProgrammingTutorials #Tutorial #VideoObjectTracking #YOLO
Image Processing with Gemini Pro

📖 Table of Contents Image Processing with Gemini Pro Getting Started with Gemini Pro: An Overview Gemini Pro Setup Integrating Google AI Python SDK with Gemini Pro Image Processing with Gemini Pro: Python Code Generation Comprehensive List of GenAI Models Compatible…...

🏷️ #ArtificialIntelligence #ChatGPT #DeepLearning #Gemini #GeminiPro #GenAI #GenerativeAI #GoogleCloud #ImageProcessing #Python #Transformers #Tutorial #VertexAI
2
Meet BLIP: The Vision-Language Model Powering Image Captioning

📖 Table of Contents Meet BLIP: The Vision-Language Model Powering Image Captioning What Is Image Captioning and Why Is It Challenging? Why It’s Challenging Why Traditional Vision Tasks Aren’t Enough Configuring Your Development Environment A Brief History of Image Captioning Models…...

🏷️ #ComputerVision #DeepLearning #ImageCaptioning #MultimodalAI #Tutorial
1