{"id":26644895,"url":"https://github.com/muhdhammad/unet-vanilla","last_synced_at":"2026-04-30T17:31:56.977Z","repository":{"id":284224719,"uuid":"954150167","full_name":"Muhdhammad/unet-vanilla","owner":"Muhdhammad","description":"Implementation of U-Net architecture in PyTorch ","archived":false,"fork":false,"pushed_at":"2025-03-24T20:21:51.000Z","size":79,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T20:29:24.264Z","etag":null,"topics":["convolutional-neural-networks","deep-learning","image-segmentation","python","pytorch","unet"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Muhdhammad.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-24T16:28:23.000Z","updated_at":"2025-03-24T20:29:15.000Z","dependencies_parsed_at":"2025-03-24T20:40:26.741Z","dependency_job_id":null,"html_url":"https://github.com/Muhdhammad/unet-vanilla","commit_stats":null,"previous_names":["muhdhammad/unet-vanilla"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Muhdhammad%2Funet-vanilla","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Muhdhammad%2Funet-vanilla/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Muhdhammad%2Funet-vanilla/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Muhdhammad%2Funet-vanilla/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Muhdhammad","download_url":"https://codeload.github.com/Muhdhammad/unet-vanilla/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245352276,"owners_count":20601120,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["convolutional-neural-networks","deep-learning","image-segmentation","python","pytorch","unet"],"created_at":"2025-03-24T21:20:50.522Z","updated_at":"2026-04-30T17:31:56.950Z","avatar_url":"https://github.com/Muhdhammad.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# U-Net: PyTorch Implementation\n\n[![PyTorch](https://img.shields.io/badge/PyTorch-%23EE4C2C.svg?logo=PyTorch\u0026logoColor=white)](https://pytorch.org/)\n\nThis repo is a PyTorch implementation of the original U-Net architecture (Ronneberger et al., 2015) for image segmentation. You can view the original paper [here](https://arxiv.org/pdf/1505.04597.pdf).\n\n\u003cimg src=\"arch.png\" alt=\"unet architecture\"/\u003e\n\n## Why this implementation?\n- Beginner-Friendly - Clear, modular code and easy to understand.\n- Flexible Structure - Easy to modify layers, add new features, or experiment with different architectures.\n\n## How It Works\n\n### Contracting Path (left side):\nEach downSample block does: \n```\nConv3x3 → ReLU → Conv3x3 → ReLU → MaxPool2x2  \n```\n### Expanding Path (right side):\nEach upSample block does:\n```\n2x2 Transpose Conv → Concatenate (skip connection) → 3x3 Conv → ReLU\n```\n\nSkip connections copy features from left to right to recover spatial details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuhdhammad%2Funet-vanilla","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuhdhammad%2Funet-vanilla","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuhdhammad%2Funet-vanilla/lists"}