# U-Net

> Source: https://sukruyusufkaya.com/en/glossary/u-net
> Updated: 2026-05-13T20:58:27.520Z
> Type: glossary
> Category: bilgisayarli-goru
**TLDR:** An encoder-decoder segmentation architecture especially effective in biomedical and pixel-level tasks.

<p>U-Net is one of the most widely used architectures in segmentation and is especially known for producing strong results with limited data. Its encoder-decoder design and skip connections preserve both global context and fine detail. It is used in a wide range of applications from biomedical images to industrial segmentation. It remains one of the core reference points in segmentation architecture design.</p>