convolutional-layers topic

List convolutional-layers repositories

Convolution-From-Scratch

43
Stars
6
Forks
Watchers

Implementation of the generalized 2D convolution with dilation from scratch in Python and NumPy

CNN_Tutorial

19
Stars
3
Forks
Watchers

Hi! Thanks for checking out my tutorial where I walk you through the process of coding a convolutional neural network in java from scratch. After building a network for a university assignment, I deci...

Time-Series_Imaging_Forecasting

16
Stars
6
Forks
Watchers

In this project we have explored the use of imaging time series to enhance forecasting results with Neural Networks. The approach has revealed itself to be extremely promising as, both in combination...

dc1d

30
Stars
4
Forks
Watchers

A 1D implementation of a deformable convolutional layer in PyTorch with a few tricks.