Skip to content

Fixed broken links #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Convolutional Neural Network/Convolutional Layers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ along with Pooling and fully-connected layers and create the basis of
deep learning. So if you want to go deeper into CNNs and deep learning,
the first step is to get more familiar with how Convolutional Layers
work. If you are not familiar with applying 2D filters on images, we
urgely suggest you to first have a look at our previous post about image
filtering [here](image_convolution_1.html). In the [image
filtering](image_convolution_1.html) post, we talked about convolving a
urgely suggest you to first have a look at our previous post about [image
filtering](https://github.com/Machinelearninguru/Image-Processing-Computer-Vision/blob/master/basics/Image%20Filtering/README.md). In the [image
filtering](https://github.com/Machinelearninguru/Image-Processing-Computer-Vision/blob/master/basics/Image%20Filtering/README.md) post, we talked about convolving a
filter with an image. In that post, we had a 2D filter kernel (a 2D
matrix) and a single channel image (grayscale image). To calculate the
convolution, we swept the kernel (if you remember we should flip the
Expand Down