You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains a PyTorch implementation for classifying the Oxford IIIT Pet Dataset using KNN and ResNet. The goal is to differentiate the results obtained using these two approaches.
UNet and DeepLabV3 for instance segmentation. Starting from a rgb image of a pet the network should output a segmentation mask of the pet. Deep Learning and Generative Models' practical project developed in 2025.
Image segmentation task for IIIT-Oxford Pets Dataset. Develops and compares various segmentation architectures. Also introduces important utility functions.
Here I am presenting machine learning notebooks, which were used during various analysis, e.g. kaggle competitions: "Titanic - Machine Learning from Disaster", Spaceship Titanic", "House Prices - Advanced Regression Techniques" and "Digit Recognizer") and other assays.