Convolutional Neural Networks developed by Yann LeCun
- To address the problem of loss of neighborhood information that occurs when input data in 2 dimentinal matrix and single data point share a relationship with its adjusting data points like that happen in Images.
(f∗g)(t)=∫−∞∞f(τ).g(t−τ)dτ
Where; Right side represents the Area under the intersection of f(t) and g(t−τ) curves.
-
Visual Explanation
- Express Each function f(t) and g(t) in terms of any dummy variable let's say τ.
- Reflect and translate one of the function let say g(t−τ)
- Beginning from the −∞ upto +∞ slide the function g(−τ) and whenever they intersect compute integral of their multiplication i.e, weighted sum of the funtion f(τ) where weighing function is g(−τ).