How to make relationship between some factor images to a some subset of images in matlab using ANN
1 次查看(过去 30 天)
显示 更早的评论
I am a beginner of Matlab. I am trying to establish a non linear relationship(ANN) between some training images and some factors that affects those training images.In details,
- I have a raster layer with only two values, 0 means no forest degradation and 1 means forest degradation
- Several other raster layers- distance to road, distance to market centers(where wood is sold), elevation raster layer etc for all layers all the values normalized in a scale of 0-1
- I divided the whole of the layer 1 into square blocks, from those blocks I randomly took(training samples) some block(subset of image).
Keep in mind that layers 2 affects the layer 1(forest degradation).
Now I want to create a relationship between those factors in layer 2 and layer 3- based on this relationship I want to predict the value of layer 1 in the non sample blocks. Means that for a place(not in the training sample area) based on the values of the layers got from step 2 I can predict the values(0 or 1) there provided that training.I am using Matlab 2016
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!