convolution topic

List convolution repositories

canvas-img-process

34
Stars
6
Forks
Watchers

html5 canvas image process ( 3*3 kernel ) canvas卷积核测试 canvas图片后期

PyTorch-extension-Convolution

36
Stars
7
Forks
Watchers

An example of C++ extension for PyTorch.

resnet

27
Stars
10
Forks
Watchers

An implementation of the original "ResNet" paper in Pytorch

PyTsetlinMachineCUDA

41
Stars
3
Forks
Watchers

Massively Parallel and Asynchronous Architecture for Logic-based AI

pyTsetlinMachineParallel

39
Stars
9
Forks
Watchers

Multi-threaded implementation of the Tsetlin Machine, Convolutional Tsetlin Machine, Regression Tsetlin Machine, and Weighted Tsetlin Machine, with support for continuous features and multigranularity...

An implementation of dilated convolutional layer based on Darknet Architecture

Neuro

26
Stars
4
Forks
Watchers

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

43
Stars
6
Forks
Watchers

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