Research Article

[Retracted] An Efficient Multispectral Image Classification and Optimization Using Remote Sensing Data

Algorithm 1

Algorithm Procedure: Preprocessing.
   Read: Input data (stored in the folder)
Decode: Convert it into JPEG to RGB grid pixels with channels
Convert it into a floating point
   Input: Neural network
Rescale the pixel:
   Range: Between (0 : 255) to the [0,1]
Output: Preprocessed tensors.