Learn Before
Unstructured Data
Challenges of Unstructured Modeling
Though classification algorithms succeed in ignoring background data for the sake of efficiency, most tasks require a complete understanding of input data, and are thus more computationally expensive. Modeling a distribution with a lookup table in the absence of other processing creates issues of memory and efficiency. These issues can be minimized through identifying and only modeling direct - and not indirect - interactions between variables, i.e. Structured Modeling.
0
1
Tags
Data Science
Related
Examples of Unstructured Data
Images for cat recognition is an example of “structured” data, because it is represented as a structured array in a computer. True/False?
A demographic dataset with statistics on different cities' population, GDP per capita, economic growth is an example of “unstructured” data because it contains data coming from different sources. True/False?
Challenges of Unstructured Modeling