diff --git a/pages/CSE559A/CSE559A_L4.md b/pages/CSE559A/CSE559A_L4.md index ebc98a0..75a454c 100644 --- a/pages/CSE559A/CSE559A_L4.md +++ b/pages/CSE559A/CSE559A_L4.md @@ -129,7 +129,7 @@ Intensity image and Fourier image Signals can be composed. -![jpeg basis](https://static.notenextra.trance-0.com/CSE559A/8x8_DCT_basis.png) +![jpeg basis](https://notenextra.trance-0.com/CSE559A/8x8_DCT_basis.png) Note: frequency domain is often visualized using a log of the absolute value of the Fourier transform diff --git a/pages/CSE559A/CSE559A_L6.md b/pages/CSE559A/CSE559A_L6.md index 41e8322..d15899f 100644 --- a/pages/CSE559A/CSE559A_L6.md +++ b/pages/CSE559A/CSE559A_L6.md @@ -118,7 +118,7 @@ BRDF dataset: #### Digital Camera block diagram -![Digital Camera block diagram](https://static.notenextra.trance-0.com/CSE559A/DigitalCameraBlockDiagram.png) +![Digital Camera block diagram](https://notenextra.trance-0.com/CSE559A/DigitalCameraBlockDiagram.png) Scanning protocols: diff --git a/pages/CSE559A/CSE559A_L9.md b/pages/CSE559A/CSE559A_L9.md index 2eb9594..e2ea54f 100644 --- a/pages/CSE559A/CSE559A_L9.md +++ b/pages/CSE559A/CSE559A_L9.md @@ -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. -![Images of propagation](https://static.notenextra.trance-0.com/CSE559A/General_computation_graphs_for_MLP.png) +![Images of propagation](https://notenextra.trance-0.com/CSE559A/General_computation_graphs_for_MLP.png) 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. -![Flatten layer](https://static.notenextra.trance-0.com/CSE559A/Flatten_layer.png) +![Flatten layer](https://notenextra.trance-0.com/CSE559A/Flatten_layer.png) #### 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. -![Convolutional layer](https://static.notenextra.trance-0.com/CSE559A/Convolutional_layer.png) +![Convolutional layer](https://notenextra.trance-0.com/CSE559A/Convolutional_layer.png) Padding: Add a border of zeros around the image. (higher padding, larger output size) diff --git a/pages/Math3200/Lecture_1.mdx b/pages/Math3200/Lecture_1.mdx index fd5e630..4e82199 100644 --- a/pages/Math3200/Lecture_1.mdx +++ b/pages/Math3200/Lecture_1.mdx @@ -1 +1 @@ -