2024-04-14 00:05:57 +02:00
2024-04-11 22:52:41 +02:00
2024-04-14 00:05:57 +02:00
2024-04-14 00:05:32 +02:00
2024-04-13 13:31:29 +02:00
2024-03-22 20:03:22 +01:00
2024-03-20 22:31:39 +01:00
2024-03-12 22:09:37 +01:00
2024-02-07 20:06:30 +01:00
2024-03-21 00:26:11 +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%