Research Article

Depth and Width Changeable Network-Based Deep Kernel Learning-Based Hyperspectral Sensor Data Analysis

Algorithm 1

Model = DWS-MKL ().
Input:, , , , , .
Output: Parameter matrix.
1 Initialize , compute ;
2 forto N do
3  compute the optimal vector with ;
4  fortodo
5   fortodo
6      compute , , ;
7      update ;
8   end
9  end
10 end