LNDST

The Landsat collection contains 400x400 RGB pictures captured by the Landsat 8 satellite. Each image might show areas of water and other areas that are just the background. Your task is to design a classifier that identifies each pixel as either 0 (background) or 1 (water), using integer values. For training, you'll receive the RGB images in jpg format along with a corresponding mask. In this mask, a '0' indicates the background, and a '1' indicates water. However, for testing, you'll only receive the RGB image without the mask.