U-Net Architecture

NON EXAMINABLE!

U-Net is an architecture for image semantic segmentation, splitting an image into meaningful parts. The architecture is split into two parts:

Skip Connection concatenates the feature maps from the contracting path to the corresponding layers in the expanding path, preserving spatial information lost during downsampling.

invert center screen

Back to Home