slvrfn / vectorized_convolution

Vectorized 2D Convolution in NumPy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vectorized_convolution

This repository contains a Vectorized 2D convolution layer for use in a Convolutional Neural Network (CNN), implemented completely in NumPy.

Description of the code available at Vectorized-CNN

animated convolution operation

About

Vectorized 2D Convolution in NumPy

License:MIT License


Languages

Language:Python 100.0%