2024-03-19 22:33:43 +01:00
2024-03-20 19:15:27 +01:00
2024-03-18 19:53:40 +01:00
2024-03-17 19:11:41 +01:00
2024-03-12 22:09:37 +01:00
2024-03-19 21:35:05 +01:00
2024-03-12 22:09:37 +01:00
2024-02-07 20:06:30 +01:00
2024-03-17 21:38:29 +01:00

CUDANet

⚠️ Work in progress

Convolutional Neural Network inference library running on CUDA.

Features

  • Input layer
  • Dense (fully-connected) layer
  • Conv2d layer
  • Max pooling
  • Average pooling
  • Concat layer
  • Sigmoid activation
  • ReLU activation
  • Softmax activation
  • Load weights from file

Usage

requirements

build

mkdir build
cd build
cmake -S ..
make

build and run tests

make test_main
./test/test_main
Description
Convolutional Neural Network inference library running on CUDA
Readme MIT 6.8 MiB
Languages
Cuda 44.5%
C++ 43.2%
Python 11.1%
CMake 1.2%