...
/Convolutional Networks in the High-Dimensional Data Maze
Convolutional Networks in the High-Dimensional Data Maze
Explore how we can apply convolutional networks for distilling facts from high-dimensional data.
We'll cover the following...
The quote by Sherlock Holmes, “We are suffering from a plethora of surmise, conjecture, and hypothesis. The difficulty is to detach the framework of fact—of absolute undeniable fact—from the embellishments,…” serves as an apt introduction to the challenges faced in navigating the intricate landscape of high-dimensional data. Just as Holmes seeks to discern undeniable facts from speculative embellishments, so too do data scientists grapple with the task of distilling essential truths from the overwhelming complexity of information.
High-dimensional inputs are common. For example, a) images are high-dimensional in space, b) multivariate time series are high-dimensional in both space and time. Several deep learning (or machine learning) models get drowned in the excess confounding information when modeling such data, except for “convolutional networks.” They specialize in ...