Landscape Similarity and ML Methods
Natural similarity is everywhere
In Landscapes , that contain the Sky
Humans use "our memory" and similarity to recognize nature.
Many image processing algorithms are biased towards certain features: straight edges or objects associated with humans like faces, eyes, etc.
Common machine learning algorithms utilize
1) exact image template matching
https://towardsdatascience.com/image-matching-with-opencvs-template-matching-5df577a3ce2e
2) reduce the image into histograms
https://towardsdatascience.com/histograms-in-image-processing-with-skimage-python-be5938962935
3) generate new features , like Convolution Neural Networks,
https://pytorch.org/tutorials/beginner/blitz/cifar10_tutorial.html
Memory based theories are associated with how humans are processing information. "On Intelligence" by Jeff Hawkins is an excellent book describing the brain's structural theory, supporting evidence and applications. https://en.wikipedia.org/wiki/On_Intelligence
Comments
Post a Comment