▶︎
all
running...

CNN

Convolutional Neural Networks developed by Yann LeCun

Why CNN

img

Mathematics

1D Convolution

(fg)(t)=f(τ).g(tτ)dτ(f*g)(t)=\int^{\infty}_{-\infty}f(\tau).g(t-\tau)d\tau

Where; Right side represents the Area under the intersection of f(t)f(t) and g(tτ)g(t-\tau) curves.

Conv Layer from tf.keras

Comments

1. [CNN](#cnn)
    1. [Why CNN](#why-cnn)
    1. [Mathematics](#mathematics)
        1. [1D Convolution](#1d-convolution)
    2. [Conv Layer from tf.keras](#conv-layer-from-tfkeras)
  1. Comments