test static update
This commit is contained in:
@@ -129,7 +129,7 @@ Intensity image and Fourier image
|
||||
|
||||
Signals can be composed.
|
||||
|
||||

|
||||

|
||||
|
||||
Note: frequency domain is often visualized using a log of the absolute value of the Fourier transform
|
||||
|
||||
|
||||
@@ -118,7 +118,7 @@ BRDF dataset:
|
||||
|
||||
#### Digital Camera block diagram
|
||||
|
||||

|
||||

|
||||
|
||||
Scanning protocols:
|
||||
|
||||
|
||||
@@ -52,7 +52,7 @@ The adding layer is the gradient distributor layer.
|
||||
The multiplying layer is the gradient switcher layer.
|
||||
The max operation is the gradient router layer.
|
||||
|
||||

|
||||

|
||||
|
||||
Simple example: Element-wise operation (ReLU)
|
||||
|
||||
@@ -83,7 +83,7 @@ Fully connected layer, operate on vectorized image.
|
||||
|
||||
With the multi-layer perceptron, the neural network trying to fit the templates.
|
||||
|
||||

|
||||

|
||||
|
||||
#### Convolutional layer
|
||||
|
||||
@@ -91,7 +91,7 @@ Limit the receptive fields of units, tiles them over the input image, and share
|
||||
|
||||
Equivalent to sliding the learned filter over the image , computing dot products at each location.
|
||||
|
||||

|
||||

|
||||
|
||||
Padding: Add a border of zeros around the image. (higher padding, larger output size)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user