convolutional-layers topic
Convolution-From-Scratch
Implementation of the generalized 2D convolution with dilation from scratch in Python and NumPy
CNN_Tutorial
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
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...
SANNet
SANNet Neural Network Framework
dc1d
A 1D implementation of a deformable convolutional layer in PyTorch with a few tricks.