Learn Before
Dynamic Structure
-> Building systems that have dynamic structure in the graph is a strategy for accelerating data-processing systems. These systems dynamically determine neural network should be run on an input. Conditional Computation refers to the form of dynamic structure inside neural networks.
-> A strategy for speeding up an inference in a classifier is to employ a cascade of classifiers. This strategy may be used to detect the presence of a rare object.
-> Since decision tree determines which of its subtrees should be evaluated for each input, its an example of dynamic structure. Switch, where a hidden unit can receive input from different units depending on the contex, is also a dynamic structure.
-> One disadvantage of using dynamically structured systems is the reduced degree of parallelism that results from the system following different code branches for different inputs.
0
0
Tags
Data Science