A Comprehensive Guide to UNet Implementation with TensorFlow
After writing article on Image Segmentation by UNet: Everything you need to know about Implementing in PyTorch, one of my friend asked meā¦
After writing article on Image Segmentation by UNet: Everything you need to know about Implementing in PyTorch, one of my friend asked meā¦
Introduction Clustering is a fundamental task in unsupervised machine learning that involves grouping data points based on their similarities. Hierarchical clustering is a powerful clustering technique that builds nested clusters in a hierarchical manner. This tutorial will walk you through the process of implementing hierarchical clustering using Python, with a
This lecture explains deep generative models in medical imaging, covering GANs, VAEs, diffusion models, and real-world medical applications.
Video of comprehensive overview of CNN architectures, key concepts, applications, and advanced models like ResNet and EfficientNet.
These videos introduce deep learning concepts, covering basics of neural networks, activation functions, optimization, and CNN applications.
Learn to implement K-Means clustering in Python using customer data, with explanations to understand how the algorithm works.
Linear algebra provides tools to handle and manipulate complex, high-dimensional data effectively. Key applications include data representation, model training, dimensionality reduction, and neural network operations.
Learn foundational machine learning concepts and techniques. This tutorial covers Linear Regression, Logistic Regression, Decision Trees, and K-Nearest Neighbors with practical examples and Python code.
This article illustrates the foundation of data science, covering Basic Data Concepts, Data Collection and Cleaning, and Data Visualization, with illustrations for each section.
Hi welcome back š. In the last article, I mentioned explained roadmap to learn AI and ML for people with non math background. This article aims to provide a foundational understanding of these technologies by covering their basic concepts, history, key terminologies, types, and real-world applications. Introduction to AI and ML
Roadmap to simplify AI and Machine Learning (ML) for non-math backgrounds, exploring intuitive fundamentals and practical applications.
Build your own
Protect Your Images Copyright From Research Publications
Supervised learning involves training a model on a labeled dataset to predict outcomes. Today, weāll explore this using a Medical Cost dataset.
Tuning hyperparameters significantly improves model performance using Grid Search and Cross-Validation
Learn deep learning with Python from scratch! Start your journey with hands-on coding exercises and overcome your Python limitations for deep learning.
Last year, I was working on BRATs-23 segmentation challenge when I realized I canāt increase the batch size more than āoneā becauseā¦
Deep Learning
In this article, we'll learn about building, training, and testing a PyTorch model. Building the model was the hardest part for me. Let's start now with defining, initializing, and connecting layers in the model, followed by training and testing it.
Deep Learning
Explore image classification and segmentation with PyTorch, covering dataset setup and data loaders in this beginner-friendly guide.
Deep Learning
Learn the basics of Convolutional Neural Networks (CNNs) and how they process images through layers, from input to output.
Deep Learning
A few weeks ago, I was having a chat with my friend when he asked me to teach him Deep Learning in the simplest way possible. The firstā¦
Image segmentation is a process in computer vision where an image is divided into different parts, with each part representing a specificā¦
Deep Learning
Loving YOLOv8 ? Itās great but lacks built-in Explainable AI features like GRAD-CAM. Found a GitHub repo to integrate EigenCAM for better transparency.
Deep Learning
Showcase you AI skills by hosting your models at Huggingface for free
Deep Learning
Struggling with limited data for 3D medical image segmentation? Try MultiPlanar UNet! Achieved >0.80 dice score on a small knee MRI dataset.
Deep Learning
Discover DINOv2, a powerful self-supervised vision transformer trained on 142M images. This tutorial guides you through data loading, preprocessing, model definition, and training using PyTorch.
Machine Learning
Machine learning faces real-world challenges like data quality, feature selection, and model deployment. This article explores strategies to overcome these issues.
Do you know how Deep Learning worksĀ ? By the way deep learning is the core technology of almost every AI model nowadays you see aroundā¦
Machine Learning
Learn supervised learning with Random Forest using the iris dataset. This tutorial covers data preprocessing, model training, and results visualization using Python.
Deep Learning
Combining YOLO and SAM for better segmentation results
Deep Learning
YOLOv8 is an amazing segmentation model, its easy to train test and deploy. In this tutorial we will learn how to use YOLOv8 on custom dataset
Data Science
Learn about Z-score and IQR methods for detecting outliers in data analysis. Understand their workings, strengths, and weaknesses.