convolution topic
canvas-img-process
html5 canvas image process ( 3*3 kernel ) canvas卷积核测试 canvas图片后期
PyTorch-extension-Convolution
An example of C++ extension for PyTorch.
resnet
An implementation of the original "ResNet" paper in Pytorch
convolutional-tsetlin-machine-tutorial
Tutorial on the Convolutional Tsetlin Machine
PyTsetlinMachineCUDA
Massively Parallel and Asynchronous Architecture for Logic-based AI
pyTsetlinMachineParallel
Multi-threaded implementation of the Tsetlin Machine, Convolutional Tsetlin Machine, Regression Tsetlin Machine, and Weighted Tsetlin Machine, with support for continuous features and multigranularity...
Dilated-Convolutional-Layer-Implementation
An implementation of dilated convolutional layer based on Darknet Architecture
Neuro
C# implementation of neural networks library. Contains basic types of layers (dense, convolution, pooling, flatten). Supports single CPU, Multi-CPU and GPU tensor operations (using ManagedCUDA). This...
Convolution-From-Scratch
Implementation of the generalized 2D convolution with dilation from scratch in Python and NumPy