Please enable JavaScript.
Coggle requires JavaScript to display documents.
CNN - Coggle Diagram
CNN
Definition
Data synthesis
-
learning a compressed, distributed representation of an input
-
-
-
-
Techniques
max-pooling
-
-
For each of the regions represented by the filter, we will take the max of that region and create a new, output matrix where each element is the max of a region in the original input.
-
-
Softmax
-
after applying softmax, each component will be in the interval [0,1]. and the components will add up to 1
-
-
-
-