5 Questions 3 Answers 0 Followers
Questions related from Ladi Sandeep Kumar
How can we give Hyperspectral image data which is in .mat file format and has more than 3 channels to a convolutional neural networks(CNN)?In website lot of tutorials are available which use...
16 October 2018 4,948 3 View
clc; clear all; close all; f=input('enter the sine wave frequency f = '); a=input('Enter the value of a= '); n=0:0.5:20; syms f n a; x1=cos(2*pi*(f)*n).*exp(-a*n); z =...
03 April 2018 9,914 1 View
How can we give an hyperspectral image input vector of size 5X5X128 to convolutional neural network for Hyperspectral image classification in MATLAB?
22 March 2018 5,565 2 View
1.I need the step by step proccedure using matlab toolbox for deep learning specific to Indian pines data set.
20 February 2018 2,143 3 View
Can any one suggest me any textbook or website for finding the most of the mathematical stuff related to Hyperspectral image Classification ?
03 February 2018 6,073 2 View