-
Backword Propagate in CNN
This article focus on the back propagate in CNN and its math foundation.The following picture shows the last 3 layer of CNN. This CNN has n layers totally. And we will demonstrate the back propagate and weight updating process of on it.Important N...…
-
Forward Propagate in CNN
Convolutional Neural Network is a efficient tool to handle image recognition problems. It has two processes: forward propagate and backward propagate. This article focus on the mathematical analysis of the forward propagate process in CNN.Input La...…