Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Convolutions with NumPy

License: MIT

A convolution is a basic block for any architecture, hence, implementing it without any for loops is essential for saving a significant amount of computational time.

This repository contains an implementation of the 1D, 2D, 3D convolutions using simple NumPy operations.

The functions can be found in the conv_operations.ipynb. The explanatory prints added to the functions will help to easier interpret the steps.

About

An implementation of the 1D, 2D, 3D convolutions using simple NumPy operations.

Topics

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages